Somehow in the automake-1.9.1 conversion LIBGCJ_JAVAFLAGS are not being
passed to gcj when building libgcj.
The mipsel-linux port relies on this to pass -mxgot to gcj. Without the
patch linking of libgcj fails.
This is a regression.
Currently building with this patch.
OK to commit if linking of libgcj succeeds?
David Daney.
------------------------------------------------------------------------
2004-08-24 David Daney <daney@avtrex.com>
* Makefile.am (AM_GCJFLAGS): Add LIBGCJ_JAVAFLAGS.
* Makefile.in: Regenerated.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.403
diff -c -r1.403 Makefile.am
*** Makefile.am 21 Aug 2004 10:27:25 -0000 1.403
--- Makefile.am 24 Aug 2004 18:59:02 -0000
***************
*** 169,174 ****
--- 169,175 ----
-DJAVA_EXT_DIRS="\"$(jardir)/ext\""
AM_GCJFLAGS = \
+ @LIBGCJ_JAVAFLAGS@ \
--encoding=UTF-8 \
-Wno-deprecated