From d94b8502ddc1019366c5d4f0801a6569d2ec6582 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Fri, 12 Oct 2007 14:20:19 +0000 Subject: 2007-10-12 Andrew John Hughes PR classpath/33622: * lib/Makefile.am: Add -J-mX512M option to allow javac enough memory to build Classpath. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index 3cec4bbaf..d147f5bd8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,7 +12,7 @@ if FOUND_ECJ JCOMPILER = $(ECJ) -1.5 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes else if FOUND_JAVAC -JCOMPILER = $(JAVAC) -bootclasspath '' -classpath $(compile_classpath) -d . @classes +JCOMPILER = $(JAVAC) -J-Xmx512M -bootclasspath '' -classpath $(compile_classpath) -d . @classes #else #if FOUND_GCJ ## This should never be used when gcj is the compiler. -- cgit v1.2.1