Commit f851b49e by Nathanael Nerode

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

From-SVN: r71752
parent 230fcd32
2003-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (*-hpux11): Disable fixproto.
2003-09-24 Phil Edwards <phil@codesourcery.com> 2003-09-24 Phil Edwards <phil@codesourcery.com>
PR pch/12112 PR pch/12112
......
...@@ -830,6 +830,7 @@ hppa*64*-*-hpux11*) ...@@ -830,6 +830,7 @@ hppa*64*-*-hpux11*)
thread_file=posix thread_file=posix
;; ;;
esac esac
use_fixproto=no
;; ;;
hppa1.1-*-hpux11* | hppa2*-*-hpux11*) hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
target_cpu_default="MASK_PA_11" target_cpu_default="MASK_PA_11"
...@@ -841,6 +842,7 @@ hppa1.1-*-hpux11* | hppa2*-*-hpux11*) ...@@ -841,6 +842,7 @@ hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
;; ;;
esac esac
use_collect2=yes use_collect2=yes
use_fixproto=no
;; ;;
hppa1.0-*-hpux11*) 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" 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*) ...@@ -851,6 +853,7 @@ hppa1.0-*-hpux11*)
;; ;;
esac esac
use_collect2=yes use_collect2=yes
use_fixproto=no
;; ;;
i370-*-opened*) # IBM 360/370/390 Architecture i370-*-opened*) # IBM 360/370/390 Architecture
xm_defines='FATAL_EXIT_CODE=12' xm_defines='FATAL_EXIT_CODE=12'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment