make/bsd/makefiles/debug.make

Print this page




  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
  21 # questions.
  22 #
  23 #
  24 
  25 # Sets make macros for making debug version of VM
  26 
  27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
  28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS)
  29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
  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.
  36 
  37 # Linker mapfile
  38 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug



  39 
  40 VERSION = debug
  41 SYSDEFS += -DASSERT
  42 PICFLAGS = DEFAULT


  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
  21 # questions.
  22 #
  23 #
  24 
  25 # Sets make macros for making debug version of VM
  26 
  27 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
  28 DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS)
  29 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
  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.
  36 
  37 # Linker mapfile
  38 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
  39 ifeq ($(OS_VENDOR), Darwin)
  40 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-debug
  41 endif
  42 
  43 VERSION = debug
  44 SYSDEFS += -DASSERT
  45 PICFLAGS = DEFAULT