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

*** 27,43 **** --- 27,40 ---- # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS) DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@)) CFLAGS += $(DEBUG_CFLAGS/BYFILE) + # Set the environment variable HOTSPARC_GENERIC to "true" + # to inhibit the effect of the previous line on CFLAGS. + # Linker mapfile MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug VERSION = debug - SYSDEFS += -DASSERT -DDEBUG PICFLAGS = DEFAULT

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