go32-rtems.h, [...] (subtarget_switches): Added -mrtems as a switch.
authorJoel Sherrill <joel@OARcorp.com>
Mon, 1 Sep 1997 14:14:30 +0000 (14:14 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 1 Sep 1997 14:14:30 +0000 (08:14 -0600)
commit5d84b57e6fbd46af2fb2180114eba35c2ea01aab
tree5670358070f1da006cef914f40babdd68c070799
parent2599dcc74ab14923fef52293afad9f5fe2d30e9c
go32-rtems.h, [...] (subtarget_switches): Added -mrtems as a switch.

        * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
        m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
        sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
        * i960/i960.h: Added SUBTARGET_SWITCHES macro.
        * rs6000/sysv4.h (extra_subtarget_switches): Added new
        macro EXTRA_SUBTARGET_SWITCHES.
        * configure.in (sh*-*-rtems*): New target.
        * sh/rtems.h: New file.
        * sh/sh.h: Added SUBTARGET_SWITCHES macro.
        * configure: Rebuilt.

From-SVN: r15006
15 files changed:
gcc/ChangeLog
gcc/config/i386/go32-rtems.h
gcc/config/i386/rtems.h
gcc/config/i960/i960.h
gcc/config/i960/rtems.h
gcc/config/m68k/rtems.h
gcc/config/mips/rtems64.h
gcc/config/pa/rtems.h
gcc/config/rs6000/rtems.h
gcc/config/rs6000/sysv4.h
gcc/config/sh/rtems.h [new file with mode: 0644]
gcc/config/sh/sh.h
gcc/config/sparc/rtems.h
gcc/configure
gcc/configure.in