hotspot/make/bsd/makefiles/buildtree.make
changeset 12156 fb31de03f649
parent 11955 aeca8151886e
child 13975 2f7431485cfa
child 13958 f5598a86c223
equal deleted inserted replaced
12155:e2a2328a872b 12156:fb31de03f649
    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