[Bug libgcj/38396] [4.4 Regression] libgcj_bc for 4.3 and 4.4 are binary incompatible but have the same SONAME
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 10 11:29:00 GMT 2008
------- Comment #9 from rguenth at gcc dot gnu dot org 2008-12-10 11:29 -------
Well, I see we use -findirect-dispatch unconditionally, so I'm trying
ecjx_DEPENDENCIES = libgcj.la libgcj.spec
ecjx_LDADD = -L$(here)/.libs
if USE_LIBGCJ_BC
ecjx_DEPENDENCIES += libgcj_bc.la
else !USE_LIBGCJ_BC
ecjx_LDADD = libgcj.la
endif
instead.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38396
More information about the Java-prs
mailing list