diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 22:13:33 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-26 22:13:33 +0000 |
commit | 63e002bd632e56ca6bcaa65e4805995faba3e2c8 (patch) | |
tree | 2a7cc26380622989c386c412762700ded01f2b95 | |
parent | fc40b902f4903a2719b8d5de8a58644dfa63107c (diff) | |
download | gcc-63e002bd632e56ca6bcaa65e4805995faba3e2c8.zip gcc-63e002bd632e56ca6bcaa65e4805995faba3e2c8.tar.gz gcc-63e002bd632e56ca6bcaa65e4805995faba3e2c8.tar.bz2 |
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*):
Include t-slibgcc-elf-ver and t-linux in tmake_file.
From-SVN: r71842
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
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 |