This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 #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


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