comparison make/bsd/makefiles/fastdebug.make @ 14250:19682558f2e1

8030941: Darwin mapfile-vers doesnt work for other BSDs Summary: Changed makefile to use generic mapfile for non Darwin BSDs Reviewed-by: dholmes, sla
author dsamersoff
date Wed, 15 Jan 2014 02:02:47 +0400
parents 190899198332
children d8041d695d19
comparison
equal deleted inserted replaced
14248:8bca494530d3 14250:19682558f2e1
55 # Set the environment variable HOTSPARC_GENERIC to "true" 55 # Set the environment variable HOTSPARC_GENERIC to "true"
56 # to inhibit the effect of the previous line on CFLAGS. 56 # to inhibit the effect of the previous line on CFLAGS.
57 57
58 # Linker mapfile 58 # Linker mapfile
59 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug 59 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
60 ifeq ($(OS_VENDOR), Darwin)
61 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-debug
62 endif
60 63
61 VERSION = fastdebug 64 VERSION = fastdebug
62 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS 65 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
63 PICFLAGS = DEFAULT 66 PICFLAGS = DEFAULT