comparison make/solaris/makefiles/product.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 da0999c4b733
comparison
equal deleted inserted replaced
3894:b27c72d69fd1 3895:19241ae0d839
56 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE) 56 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
57 # Set the environment variable HOTSPARC_GENERIC to "true" 57 # Set the environment variable HOTSPARC_GENERIC to "true"
58 # to inhibit the effect of the previous line on CFLAGS. 58 # to inhibit the effect of the previous line on CFLAGS.
59 59
60 # Linker mapfiles 60 # Linker mapfiles
61 # NOTE: inclusion of nonproduct mapfile not necessary; read it for details
62 ifdef USE_GCC
63 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers 61 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
64 else
65 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers \
66 $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-nonproduct
67 62
63 ifndef USE_GCC
68 # This mapfile is only needed when compiling with dtrace support, 64 # This mapfile is only needed when compiling with dtrace support,
69 # and mustn't be otherwise. 65 # and mustn't be otherwise.
70 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE) 66 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
71 67
72 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH) 68 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH)