This is the mail archive of the java@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: Use libgcj_convenience.la ( Re: libjava bootstrap failure on sparc-sun-solaris2.8)


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

H.J.> 	* Makefile.am (libgcj_convenience.la): New target.
H.J.> 	(libgcj.la): Depend on libgcj_convenience.la.
H.J.> 	* Makefile.in: Regenerated.

H.J.>  ## Pass the list of object files to libtool in a temporary file to 
H.J.>  ## avoid tripping platform command line length limits.
H.J.> -libgcj.la: $(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES)
H.J.> +libgcj_convenience.la: $(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES)

Assuming this actually helps, please add a comment here explaining why
libgcj_convenience.la exists.  Otherwise we won't remember it later
on.  With that change, this is ok.  Thanks.

Tom


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