Skip to content

Commit

Permalink
2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
Browse files Browse the repository at this point in the history
	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
  • Loading branch information
hjl committed Mar 1, 2006
1 parent ee5ed1d commit b554a45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ltmain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b554a45

Please sign in to comment.