* configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
authorJeff Law <law@redhat.com>
Thu, 6 Jun 2002 06:45:54 +0000 (06:45 +0000)
committerJeff Law <law@redhat.com>
Thu, 6 Jun 2002 06:45:54 +0000 (06:45 +0000)
        HOSTING_CRT0 and HOSTING_LIBS.

ld/ChangeLog
ld/configure.host

index a0036064f784f63dbd40ed35a6329720cb2e2e35..fe10455c87a81f4a961ecd6eed4c0fbf368ef8b4 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
+       HOSTING_CRT0 and HOSTING_LIBS.
+
 Wed Jun  5 20:42:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
index 974a23b551aad0209444ef85757f444e95f38556..6622c31ad6f0f26dca15f2f6f0d789a12acd871b 100644 (file)
@@ -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
   ;;
This page took 0.027515 seconds and 4 git commands to generate.