diff make/solaris/makefiles/fastdebug.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 ee7edf31f688
children 4d6c13994690
line wrap: on
line diff
--- a/make/solaris/makefiles/fastdebug.make	Fri Oct 19 11:30:06 2012 +0200
+++ b/make/solaris/makefiles/fastdebug.make	Fri Oct 19 11:30:50 2012 +0200
@@ -113,6 +113,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.