make/linux/makefiles/buildtree.make

changeset 3649
3d7ea1dbe0de
parent 3600
7292cff45988
child 3726
74c359c4a9e5
equal deleted inserted replaced
3648:77591ef8983a 3649:3d7ea1dbe0de
64 QUIETLY$(MAKE_VERBOSE) = @ 64 QUIETLY$(MAKE_VERBOSE) = @
65 65
66 # For now, until the compiler is less wobbly: 66 # For now, until the compiler is less wobbly:
67 TESTFLAGS = -Xbatch -showversion 67 TESTFLAGS = -Xbatch -showversion
68 68
69 ifeq ($(ZERO_BUILD), true) 69 ifeq ($(findstring true, $(JVM_VARIANT_ZERO) $(JVM_VARIANT_ZEROSHARK)), true)
70 PLATFORM_FILE = $(shell dirname $(shell dirname $(shell pwd)))/platform_zero 70 PLATFORM_FILE = $(shell dirname $(shell dirname $(shell pwd)))/platform_zero
71 else 71 else
72 ifdef USE_SUNCC 72 ifdef USE_SUNCC
73 PLATFORM_FILE = $(GAMMADIR)/make/$(OS_FAMILY)/platform_$(BUILDARCH).suncc 73 PLATFORM_FILE = $(GAMMADIR)/make/$(OS_FAMILY)/platform_$(BUILDARCH).suncc
74 else 74 else

mercurial