comparison make/solaris/makefiles/optimized.make @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents 06d12473ed61
children
comparison
equal deleted inserted replaced
22297:571202729bbf 22298:c28cb37b2e1d
52 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings 52 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings
53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE) 53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
54 54
55 # Linker mapfiles 55 # Linker mapfiles
56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers 56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
57 #ifdef JVMCI
58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
59 #endif
60 57
61 # This mapfile is only needed when compiling with dtrace support, 58 # This mapfile is only needed when compiling with dtrace support,
62 # and mustn't be otherwise. 59 # and mustn't be otherwise.
63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 60 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
64 61