This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: PR 28609
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 07 Aug 2006 14:32:31 -0600
- Subject: Patch: FYI: PR 28609
- Reply-to: tromey at redhat dot com
I'm checking this in.
This fixes PR 28609 by the method suggested in the PR: copying in a
newer ltconfig.
Tom
Index: ChangeLog.gcj
from Tom Tromey <tromey@redhat.com>
PR libgcj/28609:
* ltconfig: Copied from gcc.
Index: ltconfig
===================================================================
--- ltconfig (revision 115999)
+++ ltconfig (working copy)
@@ -626,7 +626,7 @@
if test -n "$RANLIB"; then
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
- old_postinstall_cmds="\$old_postinstall_cmds~$RANLIB \$oldlib"
+ old_postinstall_cmds="~$old_postinstall_cmds~\$RANLIB \$oldlib"
fi
# Source the script associated with the $tagname tag configuration.