diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/config.gcc | 2 | ||||
| -rw-r--r-- | gcc/config/mips/t-rtems | 5 | 
3 files changed, 12 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72c019e..99b588b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config.gcc b/gcc/config.gcc index 1c4629b..2652d03 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 0000000..bd7b7ad --- /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  | 
