comparison make/solaris/makefiles/product.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
65 # to inhibit the effect of the previous line on CFLAGS. 65 # to inhibit the effect of the previous line on CFLAGS.
66 66
67 # Linker mapfiles 67 # Linker mapfiles
68 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers 68 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
69 ifdef JVMCI 69 ifdef JVMCI
70 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-product 70 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
71 endif 71 endif
72 72
73 ifndef USE_GCC 73 ifndef USE_GCC
74 # This mapfile is only needed when compiling with dtrace support, 74 # This mapfile is only needed when compiling with dtrace support,
75 # and mustn't be otherwise. 75 # and mustn't be otherwise.