common/autoconf/buildjdk-spec.gmk.in
changeset 41458 f285e333e8db
parent 41170 30db66a57e7d
child 42510 406dfb60de57
child 42299 cc9f6e47e3bf
equal deleted inserted replaced
41455:0875007901f7 41458:f285e333e8db
     1 #
     1 #
     2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   154 JVM_VARIANT_MINIMAL1 := false
   154 JVM_VARIANT_MINIMAL1 := false
   155 JVM_VARIANT_KERNEL := false
   155 JVM_VARIANT_KERNEL := false
   156 JVM_VARIANT_ZERO := false
   156 JVM_VARIANT_ZERO := false
   157 JVM_VARIANT_ZEROSHARK := false
   157 JVM_VARIANT_ZEROSHARK := false
   158 JVM_VARIANT_CORE := false
   158 JVM_VARIANT_CORE := false
   159 
       
   160 # Sneak this in via the spec.gmk file, since we don't want to mess around too much with the Hotspot make files.
       
   161 # This is needed to get the LOG setting to work properly.
       
   162 include $(SRC_ROOT)/make/common/MakeBase.gmk