re PR bootstrap/38383 (fails to build cross gcc for target hppa64-hp-hpux11.00)

PR bootstrap/38383
	* pa64-hpux.h (LINK_GCC_C_SEQUENCE_SPEC): Don't hardcode search path
	for the milli.a library.

From-SVN: r142729
This commit is contained in:
Rainer Emrich 2008-12-13 00:14:15 +00:00 committed by John David Anglin
parent a893ac80da
commit 67df8b1f51
2 changed files with 7 additions and 1 deletions

View 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>

View 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. */