aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2013-10-03 01:11:41 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2013-10-03 01:11:41 +0000
commitf0054053a1a4ea3ba98b997d96702efae4ce62ac (patch)
tree659d8cb6739aaaa065dde46c1419478ea34f1750 /libgcc/config.host
parente9b73f29f3fc53da7e2b7ea5a06e7de7d946280d (diff)
* config.host (hppa*64*-*-linux*): Define extra_parts.
(hppa*-*-linux*): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@203151 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host2
1 files changed, 2 insertions, 0 deletions
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*)