config.host (hppa*64*-*-linux*): Define extra_parts.

* config.host (hppa*64*-*-linux*): Define extra_parts.
	(hppa*-*-linux*): Likewise.

From-SVN: r203151
This commit is contained in:
John David Anglin 2013-10-03 01:11:41 +00:00
parent d441afe007
commit 6977865936
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-10-02 John David Anglin <danglin@gcc.gnu.org>
* config.host (hppa*64*-*-linux*): Define extra_parts.
(hppa*-*-linux*): Likewise.
2013-10-02 Joern Rennecke <joern.rennecke@embecosm.com>
* config/arc/crtgend.S: Add 2013 to Copyright years.

View file

@ -446,6 +446,7 @@ h8300-*-elf*)
;;
hppa*64*-*-linux*)
tmake_file="$tmake_file pa/t-linux pa/t-linux64"
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
;;
hppa*-*-linux*)
tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
@ -455,6 +456,7 @@ hppa*-*-linux*)
else
tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
fi
extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
md_unwind_header=pa/linux-unwind.h
;;
hppa[12]*-*-hpux10*)