re PR target/9316 (powerpc-rtems/extending multilibs)
authorRalf Corsepius <corsepiu@faw.uni-ulm.de>
Thu, 30 Jan 2003 14:22:53 +0000 (14:22 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Thu, 30 Jan 2003 14:22:53 +0000 (14:22 +0000)
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

gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/rtems.h

index bc222aa4a54dd76d816f6b471f3e2e435546a74a..da8f117d34447d5d63cac5027a6680b64fe79e4a 100644 (file)
@@ -1,3 +1,12 @@
+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.
+
 2003-01-30  Nick Clifton  <nickc@redhat.com>
 
        * config/arm/arm.c (arm_output_epilogue): Update stack pointer
index a5a1fce0325907b453ea898ab3fbcf87081cf17e..5379dfa31fdf5cd6636987647dcc03c9fb242667 100644 (file)
@@ -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
index 072d86c4ca284a730c40628862c0456cbcf1644d..7e7584604e9f2bfce4717a2ec431350283e3bb46 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for rtems targeting a PowerPC using elf.
-   Copyright (C) 1996, 1997, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Joel Sherrill (joel@OARcorp.com).
 
 This file is part of GNU CC.
@@ -32,3 +32,6 @@ Boston, MA 02111-1307, USA.  */
       builtin_assert ("machine=powerpc"); \
     }                                     \
   while (0)
+
+#undef CPP_OS_DEFAULT_SPEC
+#define CPP_OS_DEFAULT_SPEC "%(cpp_os_rtems)"