comparison make/solaris/makefiles/optimized.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 0a8e0d4345b3
children 43541217e9f7
comparison
equal deleted inserted replaced
3894:b27c72d69fd1 3895:19241ae0d839
46 46
47 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings 47 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings
48 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE) 48 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
49 49
50 # Linker mapfiles 50 # Linker mapfiles
51 # NOTE: inclusion of nonproduct mapfile not necessary; read it for details 51 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
52 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
53 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-nonproduct
54 52
55 # This mapfile is only needed when compiling with dtrace support, 53 # This mapfile is only needed when compiling with dtrace support,
56 # and mustn't be otherwise. 54 # and mustn't be otherwise.
57 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 55 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
58 56