comparison make/solaris/makefiles/optimized.make @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 4ca6dc0799b6
children ca3c6538bcec
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
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 GRAAL 57 #ifdef JVMCI
58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-GRAAL 58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
59 #endif 59 #endif
60 60
61 # This mapfile is only needed when compiling with dtrace support, 61 # This mapfile is only needed when compiling with dtrace support,
62 # and mustn't be otherwise. 62 # and mustn't be otherwise.
63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)