comparison make/solaris/makefiles/debug.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 43223d3f5dcd
children ca3c6538bcec
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
44 # to inhibit the effect of the previous line on CFLAGS. 44 # to inhibit the effect of the previous line on CFLAGS.
45 45
46 # Linker mapfiles 46 # Linker mapfiles
47 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ 47 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
48 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug 48 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
49 #ifdef GRAAL 49 #ifdef JVMCI
50 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-GRAAL 50 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
51 #endif 51 #endif
52 52
53 # This mapfile is only needed when compiling with dtrace support, 53 # This mapfile is only needed when compiling with dtrace support,
54 # and mustn't be otherwise. 54 # and mustn't be otherwise.
55 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 55 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)