hello all,
the attached patch --already committed-- does the following:
2006-07-29 Raif S. Naffah <[EMAIL PROTECTED]>
* tools/Makefile.am: Added source 1.4 compliance option when ECJ is
used.
cheers;
rsn
Index: Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/tools/Makefile.am,v
retrieving revision 1.21
diff -u -r1.21 Makefile.am
--- Makefile.am 28 Jul 2006 15:22:29 -0000 1.21
+++ Makefile.am 28 Jul 2006 20:06:55 -0000
@@ -13,7 +13,7 @@
JCOMPILER = $(GCJX) -encoding UTF-8 -bootclasspath '' -sourcepath '' -classpath $(GLIBJ_CLASSPATH):.
else
if FOUND_ECJ
-JCOMPILER = $(ECJ) -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH) -classpath .
+JCOMPILER = $(ECJ) -source 1.4 -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH) -classpath .
else
error dunno how to setup the JCOMPILER and compile
endif