summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-01 17:39:35 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-01 17:39:35 +0000
commitb554a4597f84e2901178dcb8db92aeec030f4dea (patch)
treeaa7d44cc85c41a37fbbfcd333b4f0002c0cf9284
parentee5ed1daa47c917b8f5e15015457be1dbb784643 (diff)
downloadgcc-b554a4597f84e2901178dcb8db92aeec030f4dea.tar.gz
2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
PR libgcj/17311 * ltmain.sh: Don't use "$finalize_rpath" for compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111607 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog5
-rw-r--r--ltmain.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62bb31c8a6b..f062e758def 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-21 Erik Edelmann <eedelman@gcc.gnu.org>
* MAINTAINERS (Write After Approval): Remove myself.
diff --git a/ltmain.sh b/ltmain.sh
index 474423aaf10..219823fc45d 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -3674,7 +3674,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