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

Re: [PATCH] Fix libjava bootstrap (PR java/37893)


Jakub Jelinek wrote:

> After last night's libjava commit, libjava doesn't build anymore, unless
> in --enable-java-maintainer-mode.  The commit revamped tools.zip target
> of classpath/tools/Makefile*, and while all-classes.lst has been generated
> unconditionally before, it is now generated only if JAVA_MAINTAINER_MODE.
> But it is used always, it is mentioned in libjava/Makefile.am's
> libgcj_tools_la_GCJFLAGS.
> 
> Fixed thusly, ok to commit?

OK.

> BTW, the gcc_assert (finput); in jcf-parse.c is weird, asserts should be
> used to ensure internal compiler consistency, not ensure that a file, whose
> filename was passed by the user on the command line, exists and can be
> opened.

Thanks.  I'll have a look.

Andrew.


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