comparison make/solaris/makefiles/jvmg.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 d2a62e0f25eb
comparison
equal deleted inserted replaced
3894:b27c72d69fd1 3895:19241ae0d839
42 # Set the environment variable HOTSPARC_GENERIC to "true" 42 # Set the environment variable HOTSPARC_GENERIC to "true"
43 # to inhibit the effect of the previous line on CFLAGS. 43 # to inhibit the effect of the previous line on CFLAGS.
44 44
45 # Linker mapfiles 45 # Linker mapfiles
46 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \ 46 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
47 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug \ 47 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-debug
48 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-nonproduct
49 48
50 # This mapfile is only needed when compiling with dtrace support, 49 # This mapfile is only needed when compiling with dtrace support,
51 # and mustn't be otherwise. 50 # and mustn't be otherwise.
52 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 51 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
53 52