diff make/solaris/makefiles/product.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
line wrap: on
line diff
--- a/make/solaris/makefiles/product.make	Wed May 27 13:43:27 2015 +0200
+++ b/make/solaris/makefiles/product.make	Thu May 28 15:36:48 2015 +0200
@@ -66,8 +66,8 @@
 
 # Linker mapfiles
 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
-ifdef GRAAL
-MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-GRAAL
+ifdef JVMCI
+MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
 endif
 
 ifndef USE_GCC