diff --git a/ChangeLog b/ChangeLog index ddcd37107..2a680ac98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-01 H.J. Lu + + PR libgcj/17311 + * ltmain.sh: Don't use "$finalize_rpath" for compile. + 2006-02-20 Paolo Bonzini PR bootstrap/25670 diff --git a/ltmain.sh b/ltmain.sh index ec2e2ac5a..d5173bc46 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -3550,7 +3550,7 @@ EOF # Now hardcode the library paths rpath= hardcode_libdirs= - for libdir in $compile_rpath $finalize_rpath; do + for libdir in $compile_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then