From c7fcd90b72a8183095d33c18d9ff044ff6eee596 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 19 Sep 2003 13:24:47 +0000 Subject: [PATCH] t-rtems: New. 2003-09-19 Ralf Corsepius * config/mips/t-rtems: New. * config.gcc (mips*-*-rtems*): Use config/mips/t-rtems. From-SVN: r71569 --- gcc/ChangeLog | 6 ++++++ gcc/config.gcc | 2 +- gcc/config/mips/t-rtems | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gcc/config/mips/t-rtems diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72c019e89ff..99b588bac40 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-09-19 Ralf Corsepius + + * config/mips/t-rtems: New. + * config.gcc (mips*-*-rtems*): Use config/mips/t-rtems. + + 2003-09-19 Kelley Cook * cgraph.c: Fix typo in debugging output. diff --git a/gcc/config.gcc b/gcc/config.gcc index 1c4629bcc2c..2652d03b9a9 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1480,7 +1480,7 @@ mips64orion-*-elf* | mips64orionel-*-elf*) ;; mips*-*-rtems*) tm_file="${tm_file} mips/elf.h mips/rtems.h rtems.h" - tmake_file="mips/t-elf t-rtems" + tmake_file="mips/t-elf t-rtems mips/t-rtems" if test x$enable_threads = xyes; then thread_file='rtems' fi diff --git a/gcc/config/mips/t-rtems b/gcc/config/mips/t-rtems new file mode 100644 index 00000000000..bd7b7adf467 --- /dev/null +++ b/gcc/config/mips/t-rtems @@ -0,0 +1,5 @@ +# Custom multilibs for RTEMS + +MULTILIB_OPTIONS = mips1/mips3 msoft-float/msingle-float EL/EB +MULTILIB_DIRNAMES = mips1 mips3 soft-float single el eb +MULTILIB_MATCHES = msingle-float=m4650 -- 2.30.2