Commit 63e002bd by Nathanael Nerode

config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*): Include t-slibgcc-elf-ver…

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
parent fc40b902
2003-09-26 Nathanael Nerode <neroden@gcc.gnu.org> 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*): * config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*):
Disable fixproto. Disable fixproto.
* config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*): * config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*):
......
...@@ -735,7 +735,7 @@ hppa*64*-*-linux* | parisc*64*-*-linux*) ...@@ -735,7 +735,7 @@ hppa*64*-*-linux* | parisc*64*-*-linux*)
target_cpu_default="(MASK_PA_11 | MASK_PA_20)" 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 \ 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" 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 gas=yes gnu_ld=yes
need_64bit_hwint=yes need_64bit_hwint=yes
use_fixproto=no use_fixproto=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment