This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/21206] gcj seems not to pass the option to ld correctly
- From: "rwild at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: Fri, 4 Feb 2011 05:52:09 +0000
- Subject: [Bug java/21206] gcj seems not to pass the option to ld correctly
- Auto-submitted: auto-generated
- References: <bug-21206-8172@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21206
--- Comment #24 from Ralf Wildenhues <rwild at gcc dot gnu.org> 2011-02-04 05:52:01 UTC ---
Author: rwild
Date: Fri Feb 4 05:51:57 2011
New Revision: 169822
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169822
Log:
Fix PR java/21206: Unrecognized option '-Wl,-rpath' for jv-convert
libjava/:
PR java/21206
* configure.ac (LDLIBICONV): New substituted variable, with
instances of '-Wl,' removed from LIBICONV.
* configure: Regenerate.
* libgcj.spec.in: Use @LDLIBICONV@ not @LIBICONV@.
* Makefile.in: Regenerate.
* gcj/Makefile.in: Likewise.
* include/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
Modified:
trunk/libjava/ChangeLog
trunk/libjava/Makefile.in
trunk/libjava/configure
trunk/libjava/configure.ac
trunk/libjava/gcj/Makefile.in
trunk/libjava/include/Makefile.in
trunk/libjava/libgcj.spec.in
trunk/libjava/testsuite/Makefile.in