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 libgcj/38396] [4.4 Regression] libgcj_bc for 4.3 and 4.4 are binary incompatible but have the same SONAME



------- Comment #21 from jakub at gcc dot gnu dot org  2008-12-19 14:58 -------
Subject: Bug 38396

Author: jakub
Date: Fri Dec 19 14:57:29 2008
New Revision: 142834

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142834
Log:
        PR libgcj/38396
        * configure.ac (use_libgcj_bc): Set to no if not enable_shared.
        (LIBGCJ_SPEC): Use -lgcj instead of -lgcj_bc even for -static
        or -static-libgcj.
        * Makefile.am (ecjx_SOURCES): Add ecjx.cc.
        (ecjx_LDADD): Don't add libgcj.la when
        NATIVE && USE_LIBBGCJ_BC.
        * ecjx.cc: New file.
        * Makefile.in: Regenerated.
        * configure: Regenerated.

Added:
    trunk/libjava/ecjx.cc
Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/Makefile.am
    trunk/libjava/Makefile.in
    trunk/libjava/configure
    trunk/libjava/configure.ac


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38396


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