diff make/solaris/makefiles/jvmg.make @ 6560:2b5eab0df111

Fixed linking issue on Solaris. Mapfile vers files must be defined.
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Fri, 19 Oct 2012 11:30:50 +0200
parents d2a62e0f25eb
children 4d6c13994690
line wrap: on
line diff
--- a/make/solaris/makefiles/jvmg.make	Fri Oct 19 11:30:06 2012 +0200
+++ b/make/solaris/makefiles/jvmg.make	Fri Oct 19 11:30:50 2012 +0200
@@ -46,6 +46,9 @@
 # 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
+#endif
 
 # This mapfile is only needed when compiling with dtrace support,
 # and mustn't be otherwise.