common/autoconf/hotspot-spec.gmk.in

changeset 965
3ef3f4174c2b
parent 671
653ff6bcf0b1
child 972
f3697e0783e2
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Tue Jun 25 13:47:00 2013 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Tue Jul 02 17:38:10 2013 -0700
     1.3 @@ -91,6 +91,11 @@
     1.4  ALT_OUTPUTDIR=$(HOTSPOT_OUTPUTDIR)
     1.5  ALT_EXPORT_PATH=$(HOTSPOT_DIST)
     1.6  
     1.7 +JVM_INTERPRETER:=@JVM_INTERPRETER@
     1.8 +ifeq ($(JVM_INTERPRETER), cpp)
     1.9 +  CC_INTERP=true
    1.10 +endif
    1.11 +
    1.12  HOTSPOT_MAKE_ARGS:=@HOTSPOT_MAKE_ARGS@ @STATIC_CXX_SETTING@
    1.13  # This is used from the libjvm build for C/C++ code.
    1.14  HOTSPOT_BUILD_JOBS:=$(JOBS)

mercurial