diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f25094f8a12..63326665419 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-12-12 Rainer Emrich + + 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 Peter Bergner diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index fa5ec3a4f1e..16f5a3e4b09 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -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. */