This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/32098] New libtool doesn't support Java



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]