comparison make/solaris/makefiles/debug.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 19241ae0d839
children 4d6c13994690
comparison
equal deleted inserted replaced
6559:d5f7e737827f 6560:2b5eab0df111
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