diff options
author | Joel Sherrill <joel@OARcorp.com> | 1997-09-03 15:42:45 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-03 09:42:45 -0600 |
commit | 8aa4e786fbd9ccb43cc78708229d7ceb299a9589 (patch) | |
tree | a5577867ae0c87ff856e05cf5318447c10cb63ac /gcc/config | |
parent | 57f260dfbd0e1b794ddfda503f5aad11b57d6f1c (diff) | |
download | gcc-8aa4e786fbd9ccb43cc78708229d7ceb299a9589.zip gcc-8aa4e786fbd9ccb43cc78708229d7ceb299a9589.tar.gz gcc-8aa4e786fbd9ccb43cc78708229d7ceb299a9589.tar.bz2 |
go32-rtems.h, [...] (subtarget_switches): Removed SUBTARGET_SWITCHES definitions.
* i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
definitions. Use -qrtems instead of -mrtems.
From-SVN: r15058
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/go32-rtems.h | 4 | ||||
-rw-r--r-- | gcc/config/i386/rtems.h | 4 | ||||
-rw-r--r-- | gcc/config/i960/rtems.h | 4 | ||||
-rw-r--r-- | gcc/config/m68k/rtems.h | 4 | ||||
-rw-r--r-- | gcc/config/mips/rtems64.h | 4 | ||||
-rw-r--r-- | gcc/config/pa/rtems.h | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/rtems.h | 6 | ||||
-rw-r--r-- | gcc/config/sh/rtems.h | 4 | ||||
-rw-r--r-- | gcc/config/sparc/rtems.h | 4 |
9 files changed, 0 insertions, 38 deletions
diff --git a/gcc/config/i386/go32-rtems.h b/gcc/config/i386/go32-rtems.h index d2be80b..99bada6 100644 --- a/gcc/config/i386/go32-rtems.h +++ b/gcc/config/i386/go32-rtems.h @@ -31,9 +31,5 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS -Drtems -D__rtems__ \ -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -Asystem(rtems)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of i386/go32-rtems.h */ diff --git a/gcc/config/i386/rtems.h b/gcc/config/i386/rtems.h index ea30a67..d3e53c6 100644 --- a/gcc/config/i386/rtems.h +++ b/gcc/config/i386/rtems.h @@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Di386 -Drtems -D__rtems__ \ -Asystem(rtems) -Acpu(i386) -Amachine(i386)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of i386/rtems.h */ diff --git a/gcc/config/i960/rtems.h b/gcc/config/i960/rtems.h index af5a26f..3792ff2 100644 --- a/gcc/config/i960/rtems.h +++ b/gcc/config/i960/rtems.h @@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Drtems -D__rtems__ \ -Asystem(rtems) -Acpu(i960) -Amachine(i960)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of i960/rtems.h */ diff --git a/gcc/config/m68k/rtems.h b/gcc/config/m68k/rtems.h index 817f05f..45ea9cf 100644 --- a/gcc/config/m68k/rtems.h +++ b/gcc/config/m68k/rtems.h @@ -27,8 +27,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dmc68000 -Drtems -D__rtems__ \ -Asystem(rtems) -Acpu(mc68000) -Acpu(m68k) -Amachine(m68k)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of m68k/rtems.h */ diff --git a/gcc/config/mips/rtems64.h b/gcc/config/mips/rtems64.h index a9547c8..c13ddac 100644 --- a/gcc/config/mips/rtems64.h +++ b/gcc/config/mips/rtems64.h @@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dmips -DMIPSEB -DR4000 -D_mips -D_MIPSEB -D_R4000 \ -Drtems -D__rtems__ -Asystem(rtems)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of mips/rtems64.h */ diff --git a/gcc/config/pa/rtems.h b/gcc/config/pa/rtems.h index 784524d..892142c 100644 --- a/gcc/config/pa/rtems.h +++ b/gcc/config/pa/rtems.h @@ -25,8 +25,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dhppa -DPWB -Acpu(hppa) -Amachine(hppa) \ -Drtems -D__rtems__ -Asystem(rtems)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of pa/rtems.h */ diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h index 0bcec52..b252b8f 100644 --- a/gcc/config/rs6000/rtems.h +++ b/gcc/config/rs6000/rtems.h @@ -28,10 +28,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-DPPC -Drtems -D__rtems__ \ -Asystem(rtems) -Acpu(powerpc) -Amachine(powerpc)" -/* extend the SUBTARGET_SWITCHES in rs6000/sysv4.h */ - -#undef EXTRA_SUBTARGET_SWITCHES -#define EXTRA_SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of powerpc-rtems.h */ diff --git a/gcc/config/sh/rtems.h b/gcc/config/sh/rtems.h index 5cbdf9b..56a4aa4 100644 --- a/gcc/config/sh/rtems.h +++ b/gcc/config/sh/rtems.h @@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-D__sh__ -D__ELF__ -Drtems -D__rtems__ \ -Asystem(rtems) -Acpu(sh) -Amachine(sh)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of sparc/rtems.h */ diff --git a/gcc/config/sparc/rtems.h b/gcc/config/sparc/rtems.h index 5b18619..d21a071 100644 --- a/gcc/config/sparc/rtems.h +++ b/gcc/config/sparc/rtems.h @@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__ -Drtems -D__rtems__ \ -Asystem(rtems) -Acpu(sparc) -Amachine(sparc)" -#undef SUBTARGET_SWITCHES -#define SUBTARGET_SWITCHES \ - { "rtems", 0 }, - /* end of sparc/rtems.h */ |