comparison make/solaris/makefiles/fastdebug.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 737151a29a1f
children ca3c6538bcec
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
115 CFLAGS += $(DEBUG_CFLAGS/BYFILE) 115 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
116 116
117 # Linker mapfiles 117 # Linker mapfiles
118 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ 118 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
119 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug 119 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
120 #ifdef GRAAL 120 #ifdef JVMCI
121 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-GRAAL 121 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
122 #endif 122 #endif
123 123
124 # This mapfile is only needed when compiling with dtrace support, 124 # This mapfile is only needed when compiling with dtrace support,
125 # and mustn't be otherwise. 125 # and mustn't be otherwise.
126 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 126 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)