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

Collapse All | Expand All

(-)Makefile.am.orig (-9 / +1 lines)
Lines 518-532 Link Here
518
# OpenJDK Targets
518
# OpenJDK Targets
519
# ===============
519
# ===============
520
520
521
if WITH_ICEDTEA
521
MEMORY_LIMIT = -J-Xmx512m
522
if WITH_CACAO
523
  MEMORY_LIMIT = -J-Xmx1024m
524
else
525
  MEMORY_LIMIT = -J-Xmx512m
526
endif
527
else
528
  MEMORY_LIMIT =
529
endif
530
522
531
if WITH_CACAO
523
if WITH_CACAO
532
  ICEDTEA_BUILD_TARGET=j2se_only
524
  ICEDTEA_BUILD_TARGET=j2se_only

Return to bug 159780