comparison make/bsd/makefiles/debug.make @ 9153:bc63dd2539a4

Merge
author kvn
date Fri, 12 Apr 2013 20:37:18 -0400
parents 892acf0431ef f36e073d56a4
children 19682558f2e1
comparison
equal deleted inserted replaced
9151:393fd4ef89c4 9153:bc63dd2539a4
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