make/solaris/makefiles/fastdebug.make

Print this page




 105 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
 106 
 107 # Set the environment variable HOTSPARC_GENERIC to "true"
 108 # to inhibit the effect of the previous line on CFLAGS.
 109 
 110 # The following lines are copied from debug.make, except that we
 111 # consult FASTDEBUG_CFLAGS instead of DEBUG_CFLAGS.
 112 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
 113 DEBUG_CFLAGS/DEFAULT= $(FASTDEBUG_CFLAGS)
 114 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
 115 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
 116 
 117 # Linker mapfiles
 118 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
 119           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
 120 
 121 # This mapfile is only needed when compiling with dtrace support, 
 122 # and mustn't be otherwise.
 123 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
 124 
 125 G_SUFFIX = _g
 126 VERSION = optimized
 127 SYSDEFS += -DASSERT -DFASTDEBUG -DCHECK_UNHANDLED_OOPS
 128 PICFLAGS = DEFAULT


 105 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
 106 
 107 # Set the environment variable HOTSPARC_GENERIC to "true"
 108 # to inhibit the effect of the previous line on CFLAGS.
 109 
 110 # The following lines are copied from debug.make, except that we
 111 # consult FASTDEBUG_CFLAGS instead of DEBUG_CFLAGS.
 112 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
 113 DEBUG_CFLAGS/DEFAULT= $(FASTDEBUG_CFLAGS)
 114 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
 115 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
 116 
 117 # Linker mapfiles
 118 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
 119           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
 120 
 121 # This mapfile is only needed when compiling with dtrace support, 
 122 # and mustn't be otherwise.
 123 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
 124 

 125 VERSION = optimized
 126 SYSDEFS += -DASSERT -DFASTDEBUG -DCHECK_UNHANDLED_OOPS
 127 PICFLAGS = DEFAULT