public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* How to set/pass GCJFLAGS?
@ 2002-07-03 13:15 H. J. Lu
  2002-07-03 13:29 ` Tom Tromey
  0 siblings, 1 reply; 5+ messages in thread
From: H. J. Lu @ 2002-07-03 13:15 UTC (permalink / raw)
  To: gcc

I am looking for ways to set GCJFLAGS at the configure time or pass
a diffeent GCJFLAGS at the build time. The only thing I find is

# export GCJFLAGS="xxx"
# make bootstrap

Is that true?


H.J.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to set/pass GCJFLAGS?
  2002-07-03 13:15 How to set/pass GCJFLAGS? H. J. Lu
@ 2002-07-03 13:29 ` Tom Tromey
  2002-07-03 13:46   ` H. J. Lu
  2002-07-04  4:18   ` Andrew Haley
  0 siblings, 2 replies; 5+ messages in thread
From: Tom Tromey @ 2002-07-03 13:29 UTC (permalink / raw)
  To: H. J. Lu; +Cc: gcc

>>>>> "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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to set/pass GCJFLAGS?
  2002-07-03 13:29 ` Tom Tromey
@ 2002-07-03 13:46   ` H. J. Lu
  2002-07-03 15:16     ` Tom Tromey
  2002-07-04  4:18   ` Andrew Haley
  1 sibling, 1 reply; 5+ messages in thread
From: H. J. Lu @ 2002-07-03 13:46 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gcc

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to set/pass GCJFLAGS?
  2002-07-03 13:46   ` H. J. Lu
@ 2002-07-03 15:16     ` Tom Tromey
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Tromey @ 2002-07-03 15:16 UTC (permalink / raw)
  To: H. J. Lu; +Cc: gcc

>>>>> "H.J." == H J Lu <hjl@lucon.org> writes:

>> Or on the make command line (that's what I do).

H.J.> Does that work?
H.J.> # cd gcc
H.J.> # grep GCJFLAGS Makefile.in
H.J.> #

It works for me.
It may be dependent on the version of make.
Adding it to FLAGS_TO_PASS (from memory; apologies if that is
incorrect) would probably be appropriate.

Tom

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to set/pass GCJFLAGS?
  2002-07-03 13:29 ` Tom Tromey
  2002-07-03 13:46   ` H. J. Lu
@ 2002-07-04  4:18   ` Andrew Haley
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Haley @ 2002-07-04  4:18 UTC (permalink / raw)
  To: tromey; +Cc: H. J. Lu, gcc

Tom Tromey writes:
 > >>>>> "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).

I think that doesn't work at the top level, but only within the libgcj
build dir.

Andrew.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-07-04  8:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-03 13:15 How to set/pass GCJFLAGS? H. J. Lu
2002-07-03 13:29 ` Tom Tromey
2002-07-03 13:46   ` H. J. Lu
2002-07-03 15:16     ` Tom Tromey
2002-07-04  4:18   ` Andrew Haley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).