comparison make/solaris/makefiles/jvmg.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
44 # to inhibit the effect of the previous line on CFLAGS. 44 # to inhibit the effect of the previous line on CFLAGS.
45 45
46 # Linker mapfiles 46 # Linker mapfiles
47 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ 47 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
48 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug 48 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
49 #ifdef GRAAL
50 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-graal
51 #endif
52 49
53 # This mapfile is only needed when compiling with dtrace support, 50 # This mapfile is only needed when compiling with dtrace support,
54 # and mustn't be otherwise. 51 # and mustn't be otherwise.
55 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 52 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
56 53