equal
deleted
inserted
replaced
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-product |
41 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-product |
|
42 ifeq ($(OS_VENDOR), Darwin) |
|
43 MAPFILE = $(GAMMADIR)/make/bsd/makefiles/mapfile-vers-darwin-product |
|
44 endif |
42 |
45 |
43 SYSDEFS += -DPRODUCT |
46 SYSDEFS += -DPRODUCT |
44 VERSION = optimized |
47 VERSION = optimized |
45 |
48 |
46 ifneq ($(OS_VENDOR), Darwin) |
49 ifneq ($(OS_VENDOR), Darwin) |