common/autoconf/hotspot-spec.gmk.in

changeset 839
174a54ce39c4
parent 671
653ff6bcf0b1
child 855
ac09e62d5e6b
equal deleted inserted replaced
838:ec48d637778a 839:174a54ce39c4
109 EXTRA_LDFLAGS=@LEGACY_EXTRA_LDFLAGS@ 109 EXTRA_LDFLAGS=@LEGACY_EXTRA_LDFLAGS@
110 110
111 USE_PRECOMPILED_HEADER=@USE_PRECOMPILED_HEADER@ 111 USE_PRECOMPILED_HEADER=@USE_PRECOMPILED_HEADER@
112 112
113 # Hotspot expects the variable FULL_DEBUG_SYMBOLS=1/0 to control debug symbols 113 # Hotspot expects the variable FULL_DEBUG_SYMBOLS=1/0 to control debug symbols
114 # creation. 114 # creation.
115 ifeq ($(ENABLE_DEBUG_SYMBOLS), true) 115 ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
116 FULL_DEBUG_SYMBOLS=1 116 FULL_DEBUG_SYMBOLS=1
117 # Ensure hotspot uses the objcopy that configure located 117 # Ensure hotspot uses the objcopy that configure located
118 ALT_OBJCOPY:=$(OBJCOPY) 118 ALT_OBJCOPY:=$(OBJCOPY)
119 else 119 else
120 FULL_DEBUG_SYMBOLS=0 120 FULL_DEBUG_SYMBOLS=0
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)

mercurial