diff make/solaris/makefiles/debug.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
line wrap: on
line diff
--- a/make/solaris/makefiles/debug.make	Mon Jun 01 14:17:05 2015 +0200
+++ b/make/solaris/makefiles/debug.make	Mon Jun 01 15:12:33 2015 +0200
@@ -47,7 +47,7 @@
 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
           $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
 #ifdef JVMCI
-MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
+MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
 #endif
 
 # This mapfile is only needed when compiling with dtrace support,