aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRalf Corsepius <corsepiu@faw.uni-ulm.de>2003-01-30 14:22:53 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2003-01-30 14:22:53 +0000
commit0186a143cb0f11fdd3e5c5baf6968bcd59b154e1 (patch)
treec15f8cf363932dee158eac20827da4073bd4b069 /gcc/config.gcc
parentf55d710361cb1cdb9af48bf38b88842825fca549 (diff)
downloadgcc-0186a143cb0f11fdd3e5c5baf6968bcd59b154e1.zip
gcc-0186a143cb0f11fdd3e5c5baf6968bcd59b154e1.tar.gz
gcc-0186a143cb0f11fdd3e5c5baf6968bcd59b154e1.tar.bz2
re PR target/9316 (powerpc-rtems/extending multilibs)
2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> PR target/9316 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC. * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC. * config/rs6000/t-rtems: New file. multilib variants to match OS. * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of rs6000/t-ppcgas so we get the desired multilibs. From-SVN: r62139
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 a5a1fce..5379dfa 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2042,7 +2042,7 @@ powerpc-*-eabi*)
powerpc-*-rtems*)
xm_defines=POSIX
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
- tmake_file="rs6000/t-fprules rs6000/t-ppcgas t-rtems rs6000/t-ppccomm"
+ tmake_file="rs6000/t-fprules rs6000/t-rtems t-rtems rs6000/t-ppccomm"
if test x$enable_threads = xyes; then
thread_file='rtems'
fi