comparison make/solaris/makefiles/product.make @ 6704:4d6c13994690

Fixed use of mapfilevers for solaris makefile.
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Mon, 12 Nov 2012 13:02:43 +0100
parents 2b5eab0df111
children e522a00b91aa
comparison
equal deleted inserted replaced
6703:04ab1ba96ce2 6704:4d6c13994690
62 # Set the environment variable HOTSPARC_GENERIC to "true" 62 # Set the environment variable HOTSPARC_GENERIC to "true"
63 # to inhibit the effect of the previous line on CFLAGS. 63 # to inhibit the effect of the previous line on CFLAGS.
64 64
65 # Linker mapfiles 65 # Linker mapfiles
66 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers 66 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
67 ifdef GRAAL
68 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-graal
69 endif
70 67
71 ifndef USE_GCC 68 ifndef USE_GCC
72 # This mapfile is only needed when compiling with dtrace support, 69 # This mapfile is only needed when compiling with dtrace support,
73 # and mustn't be otherwise. 70 # and mustn't be otherwise.
74 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 71 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)