diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-26 22:13:33 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-26 22:13:33 +0000 |
commit | 685a97a83fa9b5a31b59cafd63f2838a6b91ef4e (patch) | |
tree | 2a7cc26380622989c386c412762700ded01f2b95 /gcc/config.gcc | |
parent | 947f918e66fea2a70998baf4ff535b02ae9cb9c8 (diff) | |
download | gcc-685a97a83fa9b5a31b59cafd63f2838a6b91ef4e.tar.gz |
* config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*):
Include t-slibgcc-elf-ver and t-linux in tmake_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71842 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 003d4c004b4..743508349ab 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 |