comparison make/solaris/makefiles/fastdebug.make @ 22313:2c87ecb88c81

Merge with basic-graal
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Jul 2015 02:11:18 +0200
parents c28cb37b2e1d
children
comparison
equal deleted inserted replaced
22293:a12693d78272 22313:2c87ecb88c81
115 CFLAGS += $(DEBUG_CFLAGS/BYFILE) 115 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
116 116
117 # Linker mapfiles 117 # Linker mapfiles
118 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ 118 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
119 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug 119 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
120 #ifdef JVMCI
121 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-JVMCI
122 #endif
123 120
124 # This mapfile is only needed when compiling with dtrace support, 121 # This mapfile is only needed when compiling with dtrace support,
125 # and mustn't be otherwise. 122 # and mustn't be otherwise.
126 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 123 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
127 124