common/autoconf/hotspot-spec.gmk.in
changeset 20363 fa7663fc5d50
parent 16581 b2cddec593f4
child 20641 59b55d8f4a75
--- 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