This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: disable gtk stuff ?
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 04 Feb 2003 10:16:35 -0700
- Subject: Re: disable gtk stuff ?
- References: <3DEE86F6000063EB@mail02.agrinet.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> Aehmm, nop.
Andreas> Just 'cvs update' in the gcc dir. -d means override cvs_root?
-d means "get new directories as well". I recommend using it by
default. Even better, use the contrib/gcc_update script to update.
Andreas> I'll try later. For now I want to see if I get an improvement
Andreas> with disable-java-awt. (regarding build-time)
I doubt it. --disable-java-awt just means "don't build any peers".
It is the default.
Tom