common/autoconf/hotspot-spec.gmk.in

changeset 854
22c6f0b7e2b5
parent 671
653ff6bcf0b1
child 855
ac09e62d5e6b
equal deleted inserted replaced
815:82a36c5c4eaf 854:22c6f0b7e2b5
1 # 1 #
2 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2013, 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
121 endif 121 endif
122 122
123 # Hotspot expects the variable ZIP_DEBUGINFO_FILES=1/0 and not true/false. 123 # Hotspot expects the variable ZIP_DEBUGINFO_FILES=1/0 and not true/false.
124 ifeq ($(ZIP_DEBUGINFO_FILES)$(ENABLE_DEBUG_SYMBOLS), truetrue) 124 ifeq ($(ZIP_DEBUGINFO_FILES)$(ENABLE_DEBUG_SYMBOLS), truetrue)
125 ZIP_DEBUGINFO_FILES:=1 125 ZIP_DEBUGINFO_FILES:=1
126 endif 126 else
127 ifeq ($(ZIP_DEBUGINFO_FILES), false)
128 ZIP_DEBUGINFO_FILES:=0 127 ZIP_DEBUGINFO_FILES:=0
129 endif 128 endif
130 129
131 # Sneak this in via the spec.gmk file, since we don't want to mess around too much with the Hotspot make files. 130 # Sneak this in via the spec.gmk file, since we don't want to mess around too much with the Hotspot make files.
132 # This is needed to get the LOG setting to work properly. 131 # This is needed to get the LOG setting to work properly.

mercurial