common/autoconf/hotspot-spec.gmk.in

changeset 965
3ef3f4174c2b
parent 671
653ff6bcf0b1
child 972
f3697e0783e2
equal deleted inserted replaced
748:c156084add48 965:3ef3f4174c2b
89 LLVM_LDFLAGS=@LLVM_LDFLAGS@ 89 LLVM_LDFLAGS=@LLVM_LDFLAGS@
90 90
91 ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR) 91 ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR)
92 ALT_EXPORT_PATH=$(HOTSPOT_DIST) 92 ALT_EXPORT_PATH=$(HOTSPOT_DIST)
93 93
94 JVM_INTERPRETER:=@JVM_INTERPRETER@
95 ifeq ($(JVM_INTERPRETER), cpp)
96 CC_INTERP=true
97 endif
98
94 HOTSPOT_MAKE_ARGS:=@HOTSPOT_MAKE_ARGS@ @STATIC_CXX_SETTING@ 99 HOTSPOT_MAKE_ARGS:=@HOTSPOT_MAKE_ARGS@ @STATIC_CXX_SETTING@
95 # This is used from the libjvm build for C/C++ code. 100 # This is used from the libjvm build for C/C++ code.
96 HOTSPOT_BUILD_JOBS:=$(JOBS) 101 HOTSPOT_BUILD_JOBS:=$(JOBS)
97 # Control wether Hotspot runs Queens test after building 102 # Control wether Hotspot runs Queens test after building
98 TEST_IN_BUILD=@TEST_IN_BUILD@ 103 TEST_IN_BUILD=@TEST_IN_BUILD@

mercurial