This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
GCJ macro in libjava/Makefile
- To: java-discuss at sources dot redhat dot com
- Subject: GCJ macro in libjava/Makefile
- From: Jeff Sturm <jeff dot sturm at commerceone dot com>
- Date: Mon, 25 Sep 2000 10:51:55 -0400
- Organization: Commerce One
I noticed while building the latest libgcj this weekend that the GCJ
compiler flags in libjava/Makefile include the source directory:
GCJ = gcj -B/home/jsturm/GCC/libgcj/build/i586-pc-cygwin/libjava/
-I../../../libjava
The library builds faster and with less memory if I remove the
-I../../../libjava part. (I discovered this while building on a 32MB
machine... paging caused the compiler to slow by at least a factor of
10.)
What is -I supposed to do for gcj? It seems to affect the classpath.
--
Jeff Sturm
jeff.sturm@commerceone.com