common/autoconf/hotspot-spec.gmk.in
changeset 20363 fa7663fc5d50
parent 16581 b2cddec593f4
child 20641 59b55d8f4a75
equal deleted inserted replaced
20362:5f8289bfda3e 20363:fa7663fc5d50
   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)