make/solaris/makefiles/debug.make
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/solaris/makefiles/debug.make	Wed Apr  3 14:56:20 2013
--- new/make/solaris/makefiles/debug.make	Wed Apr  3 14:56:19 2013

*** 37,58 **** --- 37,55 ---- endif endif CFLAGS += $(DEBUG_CFLAGS/BYFILE) + # Set the environment variable HOTSPARC_GENERIC to "true" + # to inhibit the effect of the previous line on CFLAGS. + # Linker mapfiles MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug # This mapfile is only needed when compiling with dtrace support, # and mustn't be otherwise. MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) VERSION = debug - SYSDEFS += -DASSERT -DDEBUG PICFLAGS = DEFAULT

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