This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
way to add a compiler flag via configure?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 27 Jan 2002 17:10:58 -0800
- Subject: way to add a compiler flag via configure?
- Organization: Myself
Is there a way to specify a command line option when running configure
on libjava such that that command line option will be added to every
invocation of gcc/gcj?
I'm looking for something like
./configure --add-compiler-option=-ffunction-sections
- a