aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRalf Corsepius <corsepiu@faw.uni-ulm.de>2003-09-19 13:24:47 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2003-09-19 13:24:47 +0000
commitc7fcd90b72a8183095d33c18d9ff044ff6eee596 (patch)
treea0cb807199fe15872532b5e634707129be98907f /gcc/config.gcc
parent7dd87381a62c5470773ec3854f8a9e37b3ccde19 (diff)
downloadgcc-c7fcd90b72a8183095d33c18d9ff044ff6eee596.zip
gcc-c7fcd90b72a8183095d33c18d9ff044ff6eee596.tar.gz
gcc-c7fcd90b72a8183095d33c18d9ff044ff6eee596.tar.bz2
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
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