common/autoconf/hotspot-spec.gmk.in

changeset 1028
feeb67be5886
parent 974
46696858adab
child 1133
50aaf272884f
child 1304
c27cb0ab944f
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Mon Mar 31 14:06:57 2014 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Wed Apr 02 10:01:38 2014 -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