]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/38383 (fails to build cross gcc for target hppa64-hp-hpux11.00)
authorRainer Emrich <r.emrich@de.tecosim.com>
Sat, 13 Dec 2008 00:14:15 +0000 (00:14 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 13 Dec 2008 00:14:15 +0000 (00:14 +0000)
PR bootstrap/38383
* pa64-hpux.h (LINK_GCC_C_SEQUENCE_SPEC): Don't hardcode search path
for the milli.a library.

From-SVN: r142729

gcc/ChangeLog
gcc/config/pa/pa64-hpux.h

index f25094f8a121a97b4ea87cbd101c35c5cd8898ca..6332666541958b6ba7b7e3bbe96d3cbc21b1d8cc 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-12  Rainer Emrich  <r.emrich@de.tecosim.com>
+
+       PR bootstrap/38383
+       * pa64-hpux.h (LINK_GCC_C_SEQUENCE_SPEC): Don't hardcode search path
+       for the milli.a library.
+
 2008-12-12  Andrew Pinski  <andrew_pinskia@playstation.sony.com>
             Peter Bergner <bergner@vnet.ibm.com>
 
index fa5ec3a4f1e4db14b833a6ee1d9926da6fc794c8..16f5a3e4b09281a6bdee7eb27e15f5a0664fedd3 100644 (file)
@@ -94,7 +94,7 @@ along with GCC; see the file COPYING3.  If not see
 #undef LINK_GCC_C_SEQUENCE_SPEC
 #define LINK_GCC_C_SEQUENCE_SPEC "\
   %G %L %G %{!nostdlib:%{!nodefaultlibs:%{!shared:-lgcc_stub}\
-  /usr/lib/pa20_64/milli.a}}"
+  milli.a%s}}"
 
 /* Under hpux11, the normal location of the `ld' and `as' programs is the
    /usr/ccs/bin directory.  */