--- a/common/autoconf/hotspot-spec.gmk.in Wed Oct 09 18:51:32 2013 -0700
+++ b/common/autoconf/hotspot-spec.gmk.in Thu Oct 10 14:58:19 2013 +0200
@@ -111,12 +111,12 @@
USE_PRECOMPILED_HEADER=@USE_PRECOMPILED_HEADER@
# Hotspot expects the variable FULL_DEBUG_SYMBOLS=1/0 to control debug symbols
-# creation.
-ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
+# creation.
+ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
FULL_DEBUG_SYMBOLS=1
- # Ensure hotspot uses the objcopy that configure located
- ALT_OBJCOPY:=$(OBJCOPY)
-else
+ # Ensure hotspot uses the objcopy that configure located
+ ALT_OBJCOPY:=$(OBJCOPY)
+else
FULL_DEBUG_SYMBOLS=0
endif