FYI: Fix building with a CACAO IcedTea
Andrew John Hughes
gnu_andrew at member.fsf.org
Wed Oct 15 18:39:52 PDT 2008
When building with normal IcedTea with a CACAO IcedTea,
we still need the increased memory limit. We also need a
higher memory quota if --with-openjdk is used.
ChangeLog:
2008-10-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
Apply MEMORY_LIMIT setting to OpenJDK
builds too and make sure limit is high enough
on normal IcedTea builds to build with a CACAO IcedTea.
--
Andrew :)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
-------------- next part --------------
diff -r 173e3d40d94b Makefile.am
--- a/Makefile.am Thu Oct 16 01:46:18 2008 +0100
+++ b/Makefile.am Thu Oct 16 02:32:49 2008 +0100
@@ -932,13 +932,13 @@
# ===============
if WITH_ICEDTEA
-if WITH_CACAO
MEMORY_LIMIT = -J-Xmx1024m
else
+if WITH_OPENJDK
MEMORY_LIMIT = -J-Xmx512m
-endif
else
MEMORY_LIMIT =
+endif
endif
if WITH_CACAO
More information about the distro-pkg-dev
mailing list