comparison make/bsd/makefiles/buildtree.make @ 5946:3d7ea1dbe0de

7141246: build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built Reviewed-by: dholmes, ohair
author erikj
date Mon, 19 Mar 2012 10:09:24 +0100
parents 7292cff45988
children 75982791ddb6 fb19af007ffc
comparison
equal deleted inserted replaced
5945:77591ef8983a 5946:3d7ea1dbe0de
67 QUIETLY$(MAKE_VERBOSE) = @ 67 QUIETLY$(MAKE_VERBOSE) = @
68 68
69 # For now, until the compiler is less wobbly: 69 # For now, until the compiler is less wobbly:
70 TESTFLAGS = -Xbatch -showversion 70 TESTFLAGS = -Xbatch -showversion
71 71
72 ifeq ($(ZERO_BUILD), true) 72 ifeq ($(findstring true, $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK)), true)
73 PLATFORM_FILE = $(shell dirname $(shell dirname $(shell pwd)))/platform_zero 73 PLATFORM_FILE = $(shell dirname $(shell dirname $(shell pwd)))/platform_zero
74 else 74 else
75 ifdef USE_SUNCC 75 ifdef USE_SUNCC
76 PLATFORM_FILE = $(GAMMADIR)/make/$(OS_FAMILY)/platform_$(BUILDARCH).suncc 76 PLATFORM_FILE = $(GAMMADIR)/make/$(OS_FAMILY)/platform_$(BUILDARCH).suncc
77 else 77 else