comparison make/solaris/makefiles/fastdebug.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 ee7edf31f688
children 4d6c13994690
comparison
equal deleted inserted replaced
6559:d5f7e737827f 6560:2b5eab0df111
111 CFLAGS += $(DEBUG_CFLAGS/BYFILE) 111 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
112 112
113 # Linker mapfiles 113 # Linker mapfiles
114 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ 114 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
115 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug 115 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
116 #ifdef GRAAL
117 MAPFILE += $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-graal
118 #endif
116 119
117 # This mapfile is only needed when compiling with dtrace support, 120 # This mapfile is only needed when compiling with dtrace support,
118 # and mustn't be otherwise. 121 # and mustn't be otherwise.
119 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 122 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
120 123