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 | |
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')
-rw-r--r-- | gcc/config/arm/t-semi | 3 | ||||
-rw-r--r-- | gcc/config/cris/t-cris | 3 | ||||
-rw-r--r-- | gcc/config/i370/t-oe | 6 | ||||
-rw-r--r-- | gcc/config/i386/t-beos | 3 | ||||
-rw-r--r-- | gcc/config/i386/t-cygming | 2 | ||||
-rw-r--r-- | gcc/config/i386/t-netware | 2 | ||||
-rw-r--r-- | gcc/config/i386/t-nto | 3 | ||||
-rw-r--r-- | gcc/config/ia64/t-hpux | 7 | ||||
-rw-r--r-- | gcc/config/pa/t-bsd | 2 | ||||
-rw-r--r-- | gcc/config/t-freebsd | 3 | ||||
-rw-r--r-- | gcc/config/t-interix | 2 | ||||
-rw-r--r-- | gcc/config/t-linux | 3 | ||||
-rw-r--r-- | gcc/config/t-linux-aout | 2 | ||||
-rw-r--r-- | gcc/config/t-netbsd | 3 | ||||
-rw-r--r-- | gcc/config/t-openbsd | 3 | ||||
-rw-r--r-- | gcc/config/t-rtems | 3 | ||||
-rw-r--r-- | gcc/config/t-vxworks | 3 | ||||
-rw-r--r-- | gcc/config/xtensa/t-xtensa | 3 |
18 files changed, 0 insertions, 56 deletions
diff --git a/gcc/config/arm/t-semi b/gcc/config/arm/t-semi index 072691a9e21..abd642cb02b 100644 --- a/gcc/config/arm/t-semi +++ b/gcc/config/arm/t-semi @@ -6,9 +6,6 @@ LIBGCC2_DEBUG_CFLAGS = -g0 LIB1ASMSRC = arm/lib1funcs.asm LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _call_via_rX _interwork_call_via_rX -#Don't try to run fixproto -STMP_FIXPROTO = - # We want fine grained libraries, so use the new code to build the # floating point emulation libraries. FPBIT = fp-bit.c diff --git a/gcc/config/cris/t-cris b/gcc/config/cris/t-cris index 61745e50867..30ec633d3a3 100644 --- a/gcc/config/cris/t-cris +++ b/gcc/config/cris/t-cris @@ -7,9 +7,6 @@ # The makefile macros etc. are included in the order found in the # section "Target Fragment" in the gcc info-files (or the paper copy) of # "Using and Porting GCC" -# -# Don't run fixproto -STMP_FIXPROTO = LIB2FUNCS_EXTRA = _udivsi3.c _divsi3.c _umodsi3.c _modsi3.c CRIS_LIB1CSRC = $(srcdir)/config/cris/arit.c diff --git a/gcc/config/i370/t-oe b/gcc/config/i370/t-oe deleted file mode 100644 index a2130a11bb1..00000000000 --- a/gcc/config/i370/t-oe +++ /dev/null @@ -1,6 +0,0 @@ -# -# Target is an i370 running OpenEdition -# - -# Don't bother fixing up header files, they're weird -STMP_FIXPROTO = diff --git a/gcc/config/i386/t-beos b/gcc/config/i386/t-beos index e545abd7d07..b5c8ec20871 100644 --- a/gcc/config/i386/t-beos +++ b/gcc/config/i386/t-beos @@ -2,6 +2,3 @@ # we are most likely to want to apply any fixes to. SYSTEM_HEADER_DIR = /boot/develop/headers/posix CROSS_SYSTEM_HEADER_DIR = $(tooldir)/sys-include/posix - -# Don't run fixproto -STMP_FIXPROTO = diff --git a/gcc/config/i386/t-cygming b/gcc/config/i386/t-cygming index 07e089d35fd..aa6ff61ca03 100644 --- a/gcc/config/i386/t-cygming +++ b/gcc/config/i386/t-cygming @@ -16,6 +16,4 @@ winnt.o: $(srcdir)/config/i386/winnt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/i386/winnt.c -# Don't run fixproto -STMP_FIXPROTO= STMP_FIXINC=stmp-fixinc diff --git a/gcc/config/i386/t-netware b/gcc/config/i386/t-netware deleted file mode 100644 index 66ba228551f..00000000000 --- a/gcc/config/i386/t-netware +++ /dev/null @@ -1,2 +0,0 @@ -# Our header files are supposed to be correct, nein? -STMP_FIXPROTO = diff --git a/gcc/config/i386/t-nto b/gcc/config/i386/t-nto index 314c2609f8b..b80ff802927 100644 --- a/gcc/config/i386/t-nto +++ b/gcc/config/i386/t-nto @@ -1,6 +1,3 @@ -# Don't run fixproto -STMP_FIXPROTO = - CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fPIC TARGET_LIBGCC2_CFLAGS = -fPIC -fexceptions diff --git a/gcc/config/ia64/t-hpux b/gcc/config/ia64/t-hpux index 7b42fe519a2..48baadd6582 100644 --- a/gcc/config/ia64/t-hpux +++ b/gcc/config/ia64/t-hpux @@ -20,13 +20,6 @@ quadlib.c: $(srcdir)/config/ia64/quadlib.c LIBGCC1_TEST = -# Don't run fix-headers. HP-UX headers are standards conformant -# and don't need to be fixed up in this way. -# If we remove this (and run fix-headers) we should define FIXPROTO_DEFINES -# and also fix the definition of putenv in sys-protos.h (const char not char). - -STMP_FIXPROTO = - # We do not want to include the EH stuff that linux uses, we want to use # the HP-UX libunwind library. diff --git a/gcc/config/pa/t-bsd b/gcc/config/pa/t-bsd deleted file mode 100644 index ac0236043ff..00000000000 --- a/gcc/config/pa/t-bsd +++ /dev/null @@ -1,2 +0,0 @@ -# BSD on the PA already has ANSI include files which are c++ compatible. -STMP_FIXPROTO= diff --git a/gcc/config/t-freebsd b/gcc/config/t-freebsd index da9c6429acd..211dbdf6b71 100644 --- a/gcc/config/t-freebsd +++ b/gcc/config/t-freebsd @@ -1,6 +1,3 @@ -# Don't run fixproto -STMP_FIXPROTO = - # Compile crtbeginS.o and crtendS.o with pic. CRTSTUFF_T_CFLAGS_S = -fPIC diff --git a/gcc/config/t-interix b/gcc/config/t-interix deleted file mode 100644 index d284b3e7e41..00000000000 --- a/gcc/config/t-interix +++ /dev/null @@ -1,2 +0,0 @@ -# Don't run fixproto -STMP_FIXPROTO = diff --git a/gcc/config/t-linux b/gcc/config/t-linux index 752387c62ad..f25ab6430e9 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -1,6 +1,3 @@ -# Don't run fixproto -STMP_FIXPROTO = - # Compile crtbeginS.o and crtendS.o with pic. CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC # Compile libgcc2.a with pic. diff --git a/gcc/config/t-linux-aout b/gcc/config/t-linux-aout deleted file mode 100644 index d284b3e7e41..00000000000 --- a/gcc/config/t-linux-aout +++ /dev/null @@ -1,2 +0,0 @@ -# Don't run fixproto -STMP_FIXPROTO = diff --git a/gcc/config/t-netbsd b/gcc/config/t-netbsd index fa2a4886320..843e4100df7 100644 --- a/gcc/config/t-netbsd +++ b/gcc/config/t-netbsd @@ -1,5 +1,2 @@ -# Don't run fixproto -STMP_FIXPROTO = - # Always build crtstuff with PIC. CRTSTUFF_T_CFLAGS = -fPIC diff --git a/gcc/config/t-openbsd b/gcc/config/t-openbsd index 0578cbd6225..2289f154efc 100644 --- a/gcc/config/t-openbsd +++ b/gcc/config/t-openbsd @@ -1,5 +1,2 @@ -# Don't run fixproto -STMP_FIXPROTO = - # We don't need GCC's own include files. USER_H = 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 diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index 550a161152a..ebf47e1bcce 100644 --- a/gcc/config/t-vxworks +++ b/gcc/config/t-vxworks @@ -1,6 +1,3 @@ -# Don't run fixproto. -STMP_FIXPROTO = - # Since we have a functional assert.h, use it. INSTALL_ASSERT_H = diff --git a/gcc/config/xtensa/t-xtensa b/gcc/config/xtensa/t-xtensa index d39f7fe0e0f..d1c8031fdaa 100644 --- a/gcc/config/xtensa/t-xtensa +++ b/gcc/config/xtensa/t-xtensa @@ -8,9 +8,6 @@ fp-bit.c: $(srcdir)/config/fp-bit.c echo '#define FLOAT' > fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c -# Don't run fixproto -STMP_FIXPROTO = - LIB1ASMSRC = xtensa/lib1funcs.asm LIB1ASMFUNCS = _mulsi3 _nsau _divsi3 _modsi3 _udivsi3 _umodsi3 |