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: help building custom libgcj


Hi,

Now I want to re-make only the libgcj, but without AWT, GTK, or X, and with DEBUG.
What I have done is make this script in gccbuild/i486-linux/libjava:
You should just run the top level configure with those same options.  It
will build fastjar/jar for you, and pass all those configure options
down to the libjava directory.  We don't really support building libjava
on its own.
Will this make libgcj.so without awt, gtk, and X, as well, or what does these options apply to?

I've just tried passing these options to the Crosstool build scripts via the GCC_EXTRA_CONFIG, but the resulting libgcj.so.5.0.0 is still around 50megs, and the libgcj.jar still contains awt packages...

Regards,
 Martin Egholm



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