diff make/solaris/makefiles/product.make @ 21627:06d12473ed61

Fix build for JVMCI on Solaris (JBS:GRAAL-53)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 01 Jun 2015 15:12:33 +0200
parents ca3c6538bcec
children c28cb37b2e1d
line wrap: on
line diff
--- a/make/solaris/makefiles/product.make	Mon Jun 01 14:17:05 2015 +0200
+++ b/make/solaris/makefiles/product.make	Mon Jun 01 15:12:33 2015 +0200
@@ -67,7 +67,7 @@
 # Linker mapfiles
 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
 ifdef JVMCI
-MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-product
+MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
 endif
 
 ifndef USE_GCC