comparison make/bsd/makefiles/debug.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 bc63dd2539a4
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14248:8bca494530d3 14250:19682558f2e1
34 # Set the environment variable HOTSPARC_GENERIC to "true" 34 # Set the environment variable HOTSPARC_GENERIC to "true"
35 # to inhibit the effect of the previous line on CFLAGS. 35 # to inhibit the effect of the previous line on CFLAGS.
36 36
37 # Linker mapfile 37 # Linker mapfile
38 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug 38 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-debug
39 ifeq ($(OS_VENDOR), Darwin)
40 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-debug
41 endif
39 42
40 VERSION = debug 43 VERSION = debug
41 SYSDEFS += -DASSERT 44 SYSDEFS += -DASSERT
42 PICFLAGS = DEFAULT 45 PICFLAGS = DEFAULT