comparison make/solaris/makefiles/jvmg.make @ 6560:2b5eab0df111

Fixed linking issue on Solaris. Mapfile vers files must be defined.
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Fri, 19 Oct 2012 11:30:50 +0200
parents d2a62e0f25eb
children 4d6c13994690
comparison
equal deleted inserted replaced
6559:d5f7e737827f 6560:2b5eab0df111
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
49 52
50 # This mapfile is only needed when compiling with dtrace support, 53 # This mapfile is only needed when compiling with dtrace support,
51 # and mustn't be otherwise. 54 # and mustn't be otherwise.
52 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 55 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
53 56