make/linux/makefiles/debug.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8134898 Sdiff make/linux/makefiles

make/linux/makefiles/debug.make

Print this page




  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/linux/makefiles/mapfile-vers-debug
  39 
  40 VERSION = debug
  41 SYSDEFS += -DASSERT
  42 PICFLAGS = DEFAULT


  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/linux/makefiles/mapfile-vers-debug
  39 
  40 VERSION = debug
  41 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
  42 PICFLAGS = DEFAULT
make/linux/makefiles/debug.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File