------- Comment #1 from hjl at lucon dot org 2007-05-26 17:49 ------- In libjava/libtool, there are
# ### BEGIN LIBTOOL TAG CONFIG: GCJ # Is the compiler the GNU compiler? with_gcc= # Compiler flag to turn off builtin functions. no_builtin_flag=" -fno-builtin" # How to pass a linker flag through the compiler. wl="-Wl," # Additional compiler flags for building library objects. pic_flag="" # Compiler flag to prevent dynamic linking. link_static_flag="" # Does compiler simultaneously support -c and -o options? compiler_c_o="no" # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=no .. They won't look right to me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32098