diff 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
line wrap: on
line diff
--- a/make/solaris/makefiles/debug.make	Wed May 27 13:43:27 2015 +0200
+++ b/make/solaris/makefiles/debug.make	Thu May 28 15:36:48 2015 +0200
@@ -46,8 +46,8 @@
 # Linker mapfiles
 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
-#ifdef GRAAL
-MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-GRAAL
+#ifdef JVMCI
+MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
 #endif
 
 # This mapfile is only needed when compiling with dtrace support,