comparison make/solaris/makefiles/optimized.make @ 21627:06d12473ed61

Fix build for JVMCI on Solaris (JBS:GRAAL-53)
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 01 Jun 2015 15:12:33 +0200
parents ca3c6538bcec
children c28cb37b2e1d
comparison
equal deleted inserted replaced
21626:ca3c6538bcec 21627:06d12473ed61
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 JVMCI 57 #ifdef JVMCI
58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-optimized 58 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
59 #endif 59 #endif
60 60
61 # This mapfile is only needed when compiling with dtrace support, 61 # This mapfile is only needed when compiling with dtrace support,
62 # and mustn't be otherwise. 62 # and mustn't be otherwise.
63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 63 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)