comparison make/solaris/makefiles/debug.make @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents 4d6c13994690
children 989155e2d07a
comparison
equal deleted inserted replaced
6711:ae13cc658b80 6948:e522a00b91aa
40 CFLAGS += $(DEBUG_CFLAGS/BYFILE) 40 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
41 41
42 # Linker mapfiles 42 # Linker mapfiles
43 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ 43 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
44 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug 44 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
45 #ifdef GRAAL
46 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-graal
47 #endif
45 48
46 # This mapfile is only needed when compiling with dtrace support, 49 # This mapfile is only needed when compiling with dtrace support,
47 # and mustn't be otherwise. 50 # and mustn't be otherwise.
48 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 51 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
49 52