This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: RFA PATCH: For broken Makefile.am AM_GCJFLAGS...


OK, Thanks.

Michael: perhaps this should be renamed LIBGCJ_HOST_LINK_FLAGS or something similar?

Bryce


David Daney wrote:


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




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