This is the mail archive of the gcc@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: How to set/pass GCJFLAGS?


On Wed, Jul 03, 2002 at 02:25:25PM -0600, Tom Tromey wrote:
> >>>>> "H.J." == H J Lu <hjl@lucon.org> writes:
> 
> H.J.> I am looking for ways to set GCJFLAGS at the configure time or pass
> H.J.> a diffeent GCJFLAGS at the build time. The only thing I find is
> H.J.> # export GCJFLAGS="xxx"
> H.J.> # make bootstrap
> H.J.> Is that true?
> 
> Or on the make command line (that's what I do).

Does that work?

# cd gcc
# grep GCJFLAGS Makefile.in
#


H.J.


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