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: GCC 4.1: Buildable on GHz machines only?


Tom Tromey wrote:
--enable-libgcj-multifile controls how .class files are built; ... But what Per is talking about is how .o files are built.

Both, actually.


We could save some time by building .class and .o files at the same
time, though that requires jc1 changes.

We could also save time by making --disable-static the default.
Building static libraries is not very useful on other than
embedded-class systems.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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