Patch: FYI: PR 28609
Tom Tromey
tromey@redhat.com
Mon Aug 7 20:37:00 GMT 2006
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.
More information about the Java-patches
mailing list