From 697786593677771f060fdb99dc1114d7bb48f372 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Thu, 3 Oct 2013 01:11:41 +0000 Subject: [PATCH] config.host (hppa*64*-*-linux*): Define extra_parts. * config.host (hppa*64*-*-linux*): Define extra_parts. (hppa*-*-linux*): Likewise. From-SVN: r203151 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 3278591aa191..40fcdba3c768 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 9c3066bd7b23..73e066eb4de9 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*) -- 2.47.2