hotspot/make/solaris/makefiles/product.make
changeset 10504 754cf4e432f4
parent 7662 5f31baaff55b
child 10559 a94d067da388
equal deleted inserted replaced
10503:04b74421bdea 10504:754cf4e432f4
    56 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
    56 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
    57 # Set the environment variable HOTSPARC_GENERIC to "true"
    57 # Set the environment variable HOTSPARC_GENERIC to "true"
    58 # to inhibit the effect of the previous line on CFLAGS.
    58 # to inhibit the effect of the previous line on CFLAGS.
    59 
    59 
    60 # Linker mapfiles
    60 # Linker mapfiles
    61 # NOTE: inclusion of nonproduct mapfile not necessary; read it for details
       
    62 ifdef USE_GCC
       
    63 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
    61 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
    64 else
       
    65 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
       
    66           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-nonproduct
       
    67 
    62 
       
    63 ifndef USE_GCC
    68 # This mapfile is only needed when compiling with dtrace support, 
    64 # This mapfile is only needed when compiling with dtrace support, 
    69 # and mustn't be otherwise.
    65 # and mustn't be otherwise.
    70 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
    66 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
    71 
    67 
    72 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH)
    68 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH)