mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:10:33 +08:00
t-rtems: New.
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * config/mips/t-rtems: New. * config.gcc (mips*-*-rtems*): Use config/mips/t-rtems. From-SVN: r71569
This commit is contained in:
parent
7dd87381a6
commit
c7fcd90b72
@ -1,3 +1,9 @@
|
||||
2003-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* config/mips/t-rtems: New.
|
||||
* config.gcc (mips*-*-rtems*): Use config/mips/t-rtems.
|
||||
|
||||
|
||||
2003-09-19 Kelley Cook <kelleycook@wideopenwest.com>
|
||||
|
||||
* cgraph.c: Fix typo in debugging output.
|
||||
|
@ -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
|
||||
|
5
gcc/config/mips/t-rtems
Normal file
5
gcc/config/mips/t-rtems
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user