make/bsd/makefiles/fastdebug.make

Print this page

        

*** 55,63 **** --- 55,66 ---- # 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 + ifeq ($(OS_VENDOR), Darwin) + MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-debug + endif VERSION = fastdebug SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS PICFLAGS = DEFAULT