* config.gcc (*-hpux11): Disable fixproto.

From-SVN: r71752
This commit is contained in:
Nathanael Nerode 2003-09-25 05:25:18 +00:00
parent 230fcd32c9
commit f851b49e44
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (*-hpux11): Disable fixproto.
2003-09-24 Phil Edwards <phil@codesourcery.com>
PR pch/12112

View File

@ -830,6 +830,7 @@ hppa*64*-*-hpux11*)
thread_file=posix
;;
esac
use_fixproto=no
;;
hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
target_cpu_default="MASK_PA_11"
@ -841,6 +842,7 @@ hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
;;
esac
use_collect2=yes
use_fixproto=no
;;
hppa1.0-*-hpux11*)
tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
@ -851,6 +853,7 @@ hppa1.0-*-hpux11*)
;;
esac
use_collect2=yes
use_fixproto=no
;;
i370-*-opened*) # IBM 360/370/390 Architecture
xm_defines='FATAL_EXIT_CODE=12'