diff options
author | H.J. Lu <hjl@lucon.org> | 2006-03-01 17:40:34 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2006-03-01 17:40:34 +0000 |
commit | 34ace14e86807baf73d32afce3d42f8d37dbd5de (patch) | |
tree | 7e990cf1f4074f44de582e6ecd6c478d40469659 /ltmain.sh | |
parent | ec466727c2b1e0cf78da17869924ae24ab75f917 (diff) | |
download | gdb-34ace14e86807baf73d32afce3d42f8d37dbd5de.tar.gz |
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 |