comparison make/solaris/makefiles/debug.make @ 3895:19241ae0d839

7082263: Reflection::resolve_field/field_get/field_set are broken Reviewed-by: kvn, dholmes, stefank, coleenp
author never
date Tue, 30 Aug 2011 00:54:09 -0700
parents c18cbe5936b8
children 2b5eab0df111 892acf0431ef
comparison
equal deleted inserted replaced
3894:b27c72d69fd1 3895:19241ae0d839
39 39
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 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-nonproduct
46 45
47 # This mapfile is only needed when compiling with dtrace support, 46 # This mapfile is only needed when compiling with dtrace support,
48 # and mustn't be otherwise. 47 # and mustn't be otherwise.
49 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 48 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
50 49