diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-23 18:56:00 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-23 18:56:00 +0000 |
commit | 4c05f6ec775290a2ceaa15a7e64310e6b027670c (patch) | |
tree | d528cc0b84787b6ae79ca837fabf2d4fc33aca27 /gcc/config/t-rtems | |
parent | 5eda1d2edd1adce5275edaa3cdee2970ca8caa57 (diff) | |
download | gcc-4c05f6ec775290a2ceaa15a7e64310e6b027670c.tar.gz |
* config.gcc: Do per-target disabling of fixproto here in clauses,
not in t- fragments.
* configure.in: Adjust to set STMP_FIXPROTO correctly.
* configure: Regenerate.
* config/arm/t-semi, config/cris/t-cris, config/i386/t-beos,
config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux,
t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks,
xtensa/t-xtensa: Remove setting of STMP_FIXPROTO.
* config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd,
t-interix, t-linux-aout: Delete files consisting only of
setting of STMP_FIXPROTO.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71687 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-rtems')
-rw-r--r-- | gcc/config/t-rtems | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/t-rtems b/gcc/config/t-rtems index c403ff85dda..dfbd3afe9ee 100644 --- a/gcc/config/t-rtems +++ b/gcc/config/t-rtems @@ -1,6 +1,3 @@ -# RTEMS uses newlib which does not require prototype fixing -STMP_FIXPROTO = - # RTEMS always has limits.h. LIMITS_H_TEST = true |