aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2002-06-06 06:45:54 +0000
committerJeff Law <law@redhat.com>2002-06-06 06:45:54 +0000
commit1abffd82ca86e5250451dec058de6ca11bbed37e (patch)
tree410d5c9d89c67aae28f12d733b7bee0d2575e754 /ld/configure.host
parente28e05a3e291e9eb3c497fe07bb251e480edec58 (diff)
downloadfsf-binutils-gdb-1abffd82ca86e5250451dec058de6ca11bbed37e.zip
fsf-binutils-gdb-1abffd82ca86e5250451dec058de6ca11bbed37e.tar.gz
fsf-binutils-gdb-1abffd82ca86e5250451dec058de6ca11bbed37e.tar.bz2
* configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
HOSTING_CRT0 and HOSTING_LIBS.
Diffstat (limited to 'ld/configure.host')
-rw-r--r--ld/configure.host7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/configure.host b/ld/configure.host
index 974a23b..6622c31 100644
--- a/ld/configure.host
+++ b/ld/configure.host
@@ -64,6 +64,13 @@ arm*-*-linux-gnu*)
HOSTING_CRT0='-p '`echo "$HOSTING_CRT0" | sed -e "s,ld\[^ \]*\*,ld-linux,g"`
;;
+hppa*64*-*-hpux11*)
+ NATIVE_LIB_DIRS=/usr/lib/pa20_64
+ HOSTING_CRT0=/usr/ccs/lib/pa20_64/crt0.o
+ # Even if CC is not gcc, the tests use gcc.
+ HOSTING_LIBS='`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else if test "$GCC" = yes; then ${CC} --print-libgcc-file-name; else gcc --print-libgcc-file-name; fi fi` -lc /usr/lib/pa20_64/milli.a'
+ ;;
+
i[3456]86-*-bsd* | i[34567]86-*-freebsd[12] | i[34567]86-*-freebsd[12]\.* | i[34567]86-*-freebsd*aout* | i[3456]86-*-netbsd*)
HOSTING_CRT0=/usr/lib/crt0.o
;;