aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config.gcc2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3e5609b..b1cb366 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2003-09-26 Nathanael Nerode <neroden@gcc.gnu.org>
+ * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
+ Include t-slibgcc-elf-ver and t-linux in tmake_file.
* config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
Disable fixproto.
* config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 003d4c0..7435083 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -735,7 +735,7 @@ hppa*64*-*-linux* | parisc*64*-*-linux*)
target_cpu_default="(MASK_PA_11 | MASK_PA_20)"
tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h svr4.h linux.h \
pa/pa-linux.h pa/pa64-regs.h pa/pa-64.h pa/pa64-linux.h"
- tmake_file=pa/t-linux64
+ tmake_file="t-slibgcc-elf-ver t-linux pa/t-linux64"
gas=yes gnu_ld=yes
need_64bit_hwint=yes
use_fixproto=no