From 587dc9c65ee0173e494153e1cb9298a923ec0c70 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 23 Sep 2003 18:56:00 +0000 Subject: 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 --- gcc/config/ia64/t-hpux | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/config/ia64/t-hpux') 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. -- cgit v1.1