make/bsd/makefiles/product.make

changeset 3518
719f7007c8e8
parent 3156
f08d439fab8c
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3517:c77d473e71f7 3518:719f7007c8e8
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))

mercurial