comparison make/solaris/makefiles/debug.make @ 7066:7d815d842ee0

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 23 Nov 2012 11:50:27 +0100
parents e522a00b91aa
children 989155e2d07a
comparison
equal deleted inserted replaced
7065:cfacf5d5bade 7066:7d815d842ee0
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