comparison make/solaris/makefiles/optimized.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
52 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings 52 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings
53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE) 53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
54 54
55 # Linker mapfiles 55 # Linker mapfiles
56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers 56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
57 #ifdef GRAAL
58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-graal
59 #endif
60 57
61 # This mapfile is only needed when compiling with dtrace support, 58 # This mapfile is only needed when compiling with dtrace support,
62 # and mustn't be otherwise. 59 # and mustn't be otherwise.
63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 60 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
64 61