From: John David Anglin Date: Thu, 3 Oct 2013 01:11:41 +0000 (+0000) Subject: config.host (hppa*64*-*-linux*): Define extra_parts. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=697786593677771f060fdb99dc1114d7bb48f372;p=gcc.git config.host (hppa*64*-*-linux*): Define extra_parts. * config.host (hppa*64*-*-linux*): Define extra_parts. (hppa*-*-linux*): Likewise. From-SVN: r203151 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 3278591aa19..40fcdba3c76 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-02 John David Anglin + + * config.host (hppa*64*-*-linux*): Define extra_parts. + (hppa*-*-linux*): Likewise. + 2013-10-02 Joern Rennecke * config/arc/crtgend.S: Add 2013 to Copyright years. diff --git a/libgcc/config.host b/libgcc/config.host index 9c3066bd7b2..73e066eb4de 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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*)