comparison make/bsd/makefiles/product.make @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 719f7007c8e8
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
53 endif 53 endif
54 STRIP_LIBJVM = $(STRIP) -g $@ || exit 1; 54 STRIP_LIBJVM = $(STRIP) -g $@ || exit 1;
55 STRIP_AOUT = $(STRIP) -x $@ || exit 1; 55 STRIP_AOUT = $(STRIP) -x $@ || exit 1;
56 56
57 # Don't strip in VM build; JDK build will strip libraries later 57 # Don't strip in VM build; JDK build will strip libraries later
58 # LINK_LIB.CC/POST_HOOK += $(STRIP_$(LINK_INTO)) 58 # LINK_LIB.CXX/POST_HOOK += $(STRIP_$(LINK_INTO))