common/autoconf/spec.gmk.in
changeset 41458 f285e333e8db
parent 41046 bee72dd4067b
child 41652 a0664e2b49a1
equal deleted inserted replaced
41455:0875007901f7 41458:f285e333e8db
   173 VERSION_NUMBER_FOUR_POSITIONS := @VERSION_NUMBER_FOUR_POSITIONS@
   173 VERSION_NUMBER_FOUR_POSITIONS := @VERSION_NUMBER_FOUR_POSITIONS@
   174 # The complete version string, with additional build information
   174 # The complete version string, with additional build information
   175 VERSION_STRING := @VERSION_STRING@
   175 VERSION_STRING := @VERSION_STRING@
   176 # The short version string, without trailing zeroes and just PRE, if present.
   176 # The short version string, without trailing zeroes and just PRE, if present.
   177 VERSION_SHORT := @VERSION_SHORT@
   177 VERSION_SHORT := @VERSION_SHORT@
   178 # The Java specification version. It usually equals to the major version number.
   178 # The Java specification version. It usually equals the major version number.
   179 VERSION_SPECIFICATION := @VERSION_MAJOR@
   179 VERSION_SPECIFICATION := @VERSION_MAJOR@
   180 # A GA version is defined by the PRE string being empty. Rather than testing for
   180 # A GA version is defined by the PRE string being empty. Rather than testing for
   181 # that, this variable defines it with true/false.
   181 # that, this variable defines it with true/false.
   182 VERSION_IS_GA := @VERSION_IS_GA@
   182 VERSION_IS_GA := @VERSION_IS_GA@
   183 
   183 
   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 # Only build headless support or not
   244 # Only build headless support or not
   245 ENABLE_HEADLESS_ONLY := @ENABLE_HEADLESS_ONLY@
   245 ENABLE_HEADLESS_ONLY := @ENABLE_HEADLESS_ONLY@
   246 
       
   247 # Legacy support
       
   248 USE_NEW_HOTSPOT_BUILD:=@USE_NEW_HOTSPOT_BUILD@
       
   249 
   246 
   250 # JDK_OUTPUTDIR specifies where a working jvm is built.
   247 # JDK_OUTPUTDIR specifies where a working jvm is built.
   251 # You can run $(JDK_OUTPUTDIR)/bin/java
   248 # You can run $(JDK_OUTPUTDIR)/bin/java
   252 # Though the layout of the contents of $(JDK_OUTPUTDIR) is not
   249 # Though the layout of the contents of $(JDK_OUTPUTDIR) is not
   253 # yet the same as a default installation.
   250 # yet the same as a default installation.