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
This commit is contained in:
parent
fc40b902f4
commit
63e002bd63
2 changed files with 3 additions and 1 deletions
|
@ -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*):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue