Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176231 | Differences between
and this patch

Collapse All | Expand All

(-)lib/Makefile.am (-1 / +1 lines)
Lines 17-23 Link Here
17
JCOMPILER = $(ECJ) -1.5 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes
17
JCOMPILER = $(ECJ) -1.5 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes
18
else
18
else
19
if FOUND_JAVAC
19
if FOUND_JAVAC
20
JCOMPILER = $(JAVAC) -bootclasspath '' -classpath $(compile_classpath) -d . @classes
20
JCOMPILER = $(JAVAC) -J-Xmx512M -bootclasspath '' -classpath $(compile_classpath) -d . @classes
21
#else
21
#else
22
#if FOUND_GCJ
22
#if FOUND_GCJ
23
## This should never be used when gcj is the compiler.
23
## This should never be used when gcj is the compiler.

Return to bug 176231