hotspot/make/solaris/makefiles/jvmg.make
changeset 10504 754cf4e432f4
parent 5547 f4b087cbb361
child 13195 be27e1b6a4b9
equal deleted inserted replaced
10503:04b74421bdea 10504:754cf4e432f4
    42 # Set the environment variable HOTSPARC_GENERIC to "true"
    42 # Set the environment variable HOTSPARC_GENERIC to "true"
    43 # to inhibit the effect of the previous line on CFLAGS.
    43 # to inhibit the effect of the previous line on CFLAGS.
    44 
    44 
    45 # Linker mapfiles
    45 # Linker mapfiles
    46 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
    46 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
    47           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug \
    47           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
    48           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-nonproduct
       
    49 
    48 
    50 # This mapfile is only needed when compiling with dtrace support,
    49 # This mapfile is only needed when compiling with dtrace support,
    51 # and mustn't be otherwise.
    50 # and mustn't be otherwise.
    52 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
    51 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
    53 
    52