common/autoconf/hotspot-spec.gmk.in

changeset 635
907a926d3c96
parent 533
e175ecff1391
child 671
653ff6bcf0b1
equal deleted inserted replaced
634:0adf9c626bb1 635:907a926d3c96
78 ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR) 78 ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR)
79 ALT_EXPORT_PATH=$(HOTSPOT_DIST) 79 ALT_EXPORT_PATH=$(HOTSPOT_DIST)
80 80
81 HOTSPOT_MAKE_ARGS:=@HOTSPOT_MAKE_ARGS@ @STATIC_CXX_SETTING@ 81 HOTSPOT_MAKE_ARGS:=@HOTSPOT_MAKE_ARGS@ @STATIC_CXX_SETTING@
82 # This is used from the libjvm build for C/C++ code. 82 # This is used from the libjvm build for C/C++ code.
83 HOTSPOT_BUILD_JOBS:=@CONCURRENT_BUILD_JOBS@ 83 HOTSPOT_BUILD_JOBS:=$(JOBS)
84 # Control wether Hotspot runs Queens test after building 84 # Control wether Hotspot runs Queens test after building
85 TEST_IN_BUILD=@TEST_IN_BUILD@ 85 TEST_IN_BUILD=@TEST_IN_BUILD@
86 86
87 # For hotspot, override compiler/tools definition to not include FIXPATH prefix. 87 # For hotspot, override compiler/tools definition to not include FIXPATH prefix.
88 # Hotspot has its own handling on the Windows path situation. 88 # Hotspot has its own handling on the Windows path situation.

mercurial