common/autoconf/hotspot-spec.gmk.in

changeset 839
174a54ce39c4
parent 671
653ff6bcf0b1
child 855
ac09e62d5e6b
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Wed Oct 09 18:51:32 2013 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Thu Oct 10 14:58:19 2013 +0200
     1.3 @@ -111,12 +111,12 @@
     1.4  USE_PRECOMPILED_HEADER=@USE_PRECOMPILED_HEADER@
     1.5  
     1.6  # Hotspot expects the variable FULL_DEBUG_SYMBOLS=1/0 to control debug symbols
     1.7 -# creation. 
     1.8 -ifeq ($(ENABLE_DEBUG_SYMBOLS), true) 
     1.9 +# creation.
    1.10 +ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
    1.11    FULL_DEBUG_SYMBOLS=1
    1.12 -  # Ensure hotspot uses the objcopy that configure located 
    1.13 -  ALT_OBJCOPY:=$(OBJCOPY) 
    1.14 -else 
    1.15 +  # Ensure hotspot uses the objcopy that configure located
    1.16 +  ALT_OBJCOPY:=$(OBJCOPY)
    1.17 +else
    1.18    FULL_DEBUG_SYMBOLS=0
    1.19  endif
    1.20  

mercurial