Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-03-01 20:40:34 +0300
committerH.J. Lu <hjl.tools@gmail.com>2006-03-01 20:40:34 +0300
commit7bf59bfd6b0af67c80ac9410c85c893f07190973 (patch)
tree71825b81fe49b8556335e0289d0ec009aeb7bb3f /ltmain.sh
parente817fd3c8b91f66b4365eeda0ae2afb457f15271 (diff)
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.sh2
1 files changed, 1 insertions, 1 deletions
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