diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 14:22:53 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 14:22:53 +0000 |
commit | df034f844ad35169ff0b9bc32ec6968b1d7d39cb (patch) | |
tree | c15f8cf363932dee158eac20827da4073bd4b069 /gcc/config.gcc | |
parent | 1fd1aeef96ca8f9a456863bd947476ff616bdd4c (diff) | |
download | gcc-df034f844ad35169ff0b9bc32ec6968b1d7d39cb.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62139 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a5a1fce0325..5379dfa31fd 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 |