make/bsd/makefiles/jvmg.make

Print this page




  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 G_SUFFIX = _g
  41 VERSION = debug
  42 SYSDEFS += -DASSERT -DDEBUG
  43 PICFLAGS = DEFAULT


  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 -DDEBUG
  42 PICFLAGS = DEFAULT