changeset 893:82498bce2953

Enable the build of HotSpot 'CORE' targets from the top-level makefile by setting CORE_BUILD=true.
author simonis
date Tue, 17 Jul 2012 19:10:16 +0200
parents 81d73be29ce6
children cdab3bfb573b
files make/hotspot-rules.gmk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/hotspot-rules.gmk	Mon Jun 25 14:48:48 2012 +0200
+++ b/make/hotspot-rules.gmk	Tue Jul 17 19:10:16 2012 +0200
@@ -81,6 +81,10 @@
   endif
 endif
 
+ifeq ($(CORE_BUILD), true)
+  HOTSPOT_TARGET := $(HOTSPOT_TARGET)core
+endif
+
 HOTSPOT_BUILD_ARGUMENTS += $(COMMON_BUILD_ARGUMENTS)
 HOTSPOT_BUILD_ARGUMENTS += ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR)
 HOTSPOT_BUILD_ARGUMENTS += ALT_EXPORT_PATH=$(HOTSPOT_EXPORT_PATH)