diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-23 18:56:00 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-23 18:56:00 +0000 |
commit | 587dc9c65ee0173e494153e1cb9298a923ec0c70 (patch) | |
tree | d528cc0b84787b6ae79ca837fabf2d4fc33aca27 /gcc/config/ia64/t-hpux | |
parent | d064c269e65cdac9129b0eb9325f182f53510fbb (diff) | |
download | gcc-587dc9c65ee0173e494153e1cb9298a923ec0c70.zip gcc-587dc9c65ee0173e494153e1cb9298a923ec0c70.tar.gz gcc-587dc9c65ee0173e494153e1cb9298a923ec0c70.tar.bz2 |
config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fragments.
* 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.
From-SVN: r71687
Diffstat (limited to 'gcc/config/ia64/t-hpux')
-rw-r--r-- | gcc/config/ia64/t-hpux | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/ia64/t-hpux b/gcc/config/ia64/t-hpux index 7b42fe5..48baadd 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. |