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?


>>>>> "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).
Putting it into the environment is also ok; if done before the target
libraries are configured it should end up in the libjava Makefile.

Tom


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