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