hotspot/make/bsd/makefiles/product.make
changeset 22494 65bae79a77ed
parent 20686 1fa9a75192c3
child 22754 427faa438d2d
equal deleted inserted replaced
22492:b6440c46dbce 22494:65bae79a77ed
    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)