This is the mail archive of the java-patches@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]

Re: PATCH: PR libgcj/30550: Missing dependencies for ecjx target


>>>>> "H.J." == H J Lu <hjl@lucon.org> writes:

H.J.>   LIBGCJ_SPEC="%{s-bc-abi:-lgcj_bc;:-lgcj}"

H.J.> libgcj_bc will be used with libgcj.spec if $use_libgcj_bc is yes.
H.J.> But there is no such dependency in Makefile.am for targets depend
H.J.> on libgcj.spec. This patch adds libgcj_bc dependency when
H.J.> $use_libgcj_bc is yes.

I think we should only need this dependency when linking with
-findirect-dispatch, i.e., only in one case when linking ecjx.

Tom


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