diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-03-01 17:40:34 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-03-01 17:40:34 +0000 |
commit | 65419985ef80b508daf59c7cd47f7e23c479c202 (patch) | |
tree | 9939011954c50197327252396230a1c216b508f9 /ltmain.sh | |
parent | Update information about: config-ml.in; makefile.vms; mkdep; setup.com; (diff) | |
download | binutils-gdb-65419985ef80b508daf59c7cd47f7e23c479c202.tar.gz binutils-gdb-65419985ef80b508daf59c7cd47f7e23c479c202.tar.bz2 binutils-gdb-65419985ef80b508daf59c7cd47f7e23c479c202.zip |
2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
PR libgcj/17311
* ltmain.sh: Don't use "$finalize_rpath" for compile.
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltmain.sh b/ltmain.sh index ec2e2ac5ade..d5173bc4632 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 |