common/autoconf/hotspot-spec.gmk.in

changeset 972
f3697e0783e2
parent 965
3ef3f4174c2b
parent 855
ac09e62d5e6b
child 974
46696858adab
     1.1 --- a/common/autoconf/hotspot-spec.gmk.in	Thu Sep 12 12:29:17 2013 -0700
     1.2 +++ b/common/autoconf/hotspot-spec.gmk.in	Tue Nov 05 17:33:48 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -116,20 +116,19 @@
    1.11  USE_PRECOMPILED_HEADER=@USE_PRECOMPILED_HEADER@
    1.12  
    1.13  # Hotspot expects the variable FULL_DEBUG_SYMBOLS=1/0 to control debug symbols
    1.14 -# creation. 
    1.15 -ifeq ($(ENABLE_DEBUG_SYMBOLS), true) 
    1.16 +# creation.
    1.17 +ifeq ($(ENABLE_DEBUG_SYMBOLS), true)
    1.18    FULL_DEBUG_SYMBOLS=1
    1.19 -  # Ensure hotspot uses the objcopy that configure located 
    1.20 -  ALT_OBJCOPY:=$(OBJCOPY) 
    1.21 -else 
    1.22 +  # Ensure hotspot uses the objcopy that configure located
    1.23 +  ALT_OBJCOPY:=$(OBJCOPY)
    1.24 +else
    1.25    FULL_DEBUG_SYMBOLS=0
    1.26  endif
    1.27  
    1.28  # Hotspot expects the variable ZIP_DEBUGINFO_FILES=1/0 and not true/false.
    1.29  ifeq ($(ZIP_DEBUGINFO_FILES)$(ENABLE_DEBUG_SYMBOLS), truetrue)
    1.30    ZIP_DEBUGINFO_FILES:=1
    1.31 -endif
    1.32 -ifeq ($(ZIP_DEBUGINFO_FILES), false)
    1.33 +else
    1.34    ZIP_DEBUGINFO_FILES:=0
    1.35  endif
    1.36  

mercurial