------- Comment #3 from rob1weld at aol dot com  2009-01-11 16:51 -------
There are a dozen occurances of this line in file: trunk/libjava/configure 

ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext
$LIBS >&5'


I changed them to this and the hack let the build continue:

ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext
$LIBS -m32 >&5'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38804

Reply via email to