This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/21206] gcj seems not to pass the option to ld correctly


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]