diff options
| author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 21:07:56 +0000 |
|---|---|---|
| committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 21:07:56 +0000 |
| commit | 488c4e944e2ac1fb95cbd9c0cef1b922af777235 (patch) | |
| tree | d439908372bf4348883ed57596ddf726e56344a9 /gcc/config.gcc | |
| parent | 0a66cee8c4385384692486b0b1d2c66fc0f06f9b (diff) | |
| download | gcc-488c4e944e2ac1fb95cbd9c0cef1b922af777235.zip gcc-488c4e944e2ac1fb95cbd9c0cef1b922af777235.tar.gz gcc-488c4e944e2ac1fb95cbd9c0cef1b922af777235.tar.bz2 | |
config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*): Disable fixproto.
* config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
Disable fixproto.
From-SVN: r71838
Diffstat (limited to 'gcc/config.gcc')
| -rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index bb9b3e0..003d4c0 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -738,6 +738,7 @@ hppa*64*-*-linux* | parisc*64*-*-linux*) tmake_file=pa/t-linux64 gas=yes gnu_ld=yes need_64bit_hwint=yes + use_fixproto=no ;; hppa*-*-linux* | parisc*-*-linux*) target_cpu_default="MASK_PA_11 | MASK_NO_SPACE_REGS" |
