Message ID | 20110112173553.GA26529@gmx.de |
---|---|
State | New |
Headers | show |
On 01/12/2011 06:35 PM, Ralf Wildenhues wrote: >> > - linking/testing/installing on HP-UX should work again >> > <http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00893.html>, > In that case I'd still like to ask for committing the above one-line > patch to trunk right away; it had been submitted in time but we simply > didn't get it analyzed in time. I think that it may even be considered > a regression because due to libquadmath not existing in 4.5 GCC did not > have this issue before. OK? That's okay if the patch is in upstream Libtool. Paolo
Index: ltmain.sh =================================================================== --- ltmain.sh (revision 167668) +++ ltmain.sh (working copy) @@ -5928,7 +5928,7 @@ test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then - add_dir="-L$dir" + add_dir="-L$absdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in