This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] merge from java-gui-branch
Andrew Haley wrote:
What were the compiler options you used?
to build the library? hm.. whatever the vanilla gcj build uses. let me
see, omitting some of the include chatter, it looks like this:
/notnfs/graydon/trunk/build/gcc/gcj ...
-ffloat-store -fno-omit-frame-pointer ...
-fjni -g -O2 -c
../../../gcc/libjava/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java
-fPIC -o
gnu/java/awt/peer/gtk/.libs/lib_gnu_java_awt_peer_gtk_la-GtkMenuItemPeer.o
-graydon