2006-03-01 H.J. Lu <hongjiu.lu@intel.com>

PR libgcj/17311
	* ltmain.sh: Don't use "$finalize_rpath" for compile.
This commit is contained in:
H.J. Lu 2006-03-01 17:40:34 +00:00
parent e817fd3c8b
commit 7bf59bfd6b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
PR libgcj/17311
* ltmain.sh: Don't use "$finalize_rpath" for compile.
2006-02-20 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/25670

View File

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