common/autoconf/spec.gmk.in
changeset 41046 bee72dd4067b
parent 40324 d8c7cc542d54
child 41458 f285e333e8db
equal deleted inserted replaced
41045:2e4b18e1ebff 41046:bee72dd4067b
   239 BUILD_GTEST := @BUILD_GTEST@
   239 BUILD_GTEST := @BUILD_GTEST@
   240 
   240 
   241 # Control use of precompiled header in hotspot libjvm build
   241 # Control use of precompiled header in hotspot libjvm build
   242 USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@
   242 USE_PRECOMPILED_HEADER := @USE_PRECOMPILED_HEADER@
   243 
   243 
   244 # Should we compile support for running with a graphical UI? (ie headful)
   244 # Only build headless support or not
   245 # Should we compile support for running without? (ie headless)
   245 ENABLE_HEADLESS_ONLY := @ENABLE_HEADLESS_ONLY@
   246 SUPPORT_HEADFUL:=@SUPPORT_HEADFUL@
       
   247 SUPPORT_HEADLESS:=@SUPPORT_HEADLESS@
       
   248 # Legacy defines controlled by the SUPPORT_HEADLESS and SUPPORT_HEADFUL options.
       
   249 @BUILD_HEADLESS@
       
   250 
   246 
   251 # Legacy support
   247 # Legacy support
   252 USE_NEW_HOTSPOT_BUILD:=@USE_NEW_HOTSPOT_BUILD@
   248 USE_NEW_HOTSPOT_BUILD:=@USE_NEW_HOTSPOT_BUILD@
   253 
   249 
   254 # JDK_OUTPUTDIR specifies where a working jvm is built.
   250 # JDK_OUTPUTDIR specifies where a working jvm is built.