comparison make/linux/makefiles/product.make @ 7408:892acf0431ef

7153050: remove crufty '_g' support from HotSpot repo makefiles Summary: Phase 1 is removing '_g' support from the Makefiles. Reviewed-by: dcubed, sspitsyn, coleenp, tbell Contributed-by: ron.durbin@oracle.com
author dcubed
date Fri, 14 Dec 2012 10:06:52 -0800
parents b9a9ed0f8eeb
children 5eee9a9aeb7a
comparison
equal deleted inserted replaced
7396:4a2ed49abd51 7408:892acf0431ef
38 # to inhibit the effect of the previous line on CFLAGS. 38 # to inhibit the effect of the previous line on CFLAGS.
39 39
40 # Linker mapfile 40 # Linker mapfile
41 MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-product 41 MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-product
42 42
43 G_SUFFIX =
44 SYSDEFS += -DPRODUCT 43 SYSDEFS += -DPRODUCT
45 VERSION = optimized 44 VERSION = optimized
46 45
47 # use -g to strip library as -x will discard its symbol table; -x is fine for 46 # use -g to strip library as -x will discard its symbol table; -x is fine for
48 # executables. 47 # executables.