diff make/solaris/makefiles/product.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 43541217e9f7
children 4d6c13994690
line wrap: on
line diff
--- a/make/solaris/makefiles/product.make	Fri Oct 19 11:30:06 2012 +0200
+++ b/make/solaris/makefiles/product.make	Fri Oct 19 11:30:50 2012 +0200
@@ -64,6 +64,9 @@
 
 # Linker mapfiles
 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
+ifdef GRAAL
+MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-graal
+endif
 
 ifndef USE_GCC
 # This mapfile is only needed when compiling with dtrace support,