hotspot/make/bsd/makefiles/debug.make
changeset 17006 b9bfa72b7dda
parent 14815 41114a74463a
child 17007 8c5e4da3ed2f
equal deleted inserted replaced
17004:4d2371d76a19 17006:b9bfa72b7dda
     1 #
     1 #
     2 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18 #
    18 #
    19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20 # or visit www.oracle.com if you need additional information or have any
    20 # or visit www.oracle.com if you need additional information or have any
    21 # questions.
    21 # questions.
    22 #  
    22 #
    23 #
    23 #
    24 
    24 
    25 # Sets make macros for making debug version of VM
    25 # Sets make macros for making debug version of VM
    26 
    26 
    27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
    27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
    28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS)
    28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS)
    29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
    29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
    30 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
    30 
       
    31 # _NMT_NOINLINE_ informs NMT that no inlining by Compiler
       
    32 CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_
       
    33 
       
    34 # Set the environment variable HOTSPARC_GENERIC to "true"
       
    35 # to inhibit the effect of the previous line on CFLAGS.
    31 
    36 
    32 # Linker mapfile
    37 # Linker mapfile
    33 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
    38 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
    34 
    39 
    35 _JUNK_ := $(shell echo -e >&2 ""\
       
    36  "----------------------------------------------------------------------\n" \
       
    37  "WARNING: 'make debug' is deprecated. It will be removed in the future.\n" \
       
    38  "Please use 'make jvmg' to build debug JVM.                            \n" \
       
    39  "----------------------------------------------------------------------\n")
       
    40 
       
    41 VERSION = debug
    40 VERSION = debug
    42 SYSDEFS += -DASSERT -DDEBUG
    41 SYSDEFS += -DASSERT
    43 PICFLAGS = DEFAULT
    42 PICFLAGS = DEFAULT