make/linux/makefiles/product.make

changeset 3518
719f7007c8e8
parent 3150
da0999c4b733
child 4153
b9a9ed0f8eeb
equal deleted inserted replaced
3517:c77d473e71f7 3518:719f7007c8e8
50 STRIP_LIBJVM = $(STRIP) -g $@ || exit 1; 50 STRIP_LIBJVM = $(STRIP) -g $@ || exit 1;
51 STRIP_AOUT = $(STRIP) -x $@ || exit 1; 51 STRIP_AOUT = $(STRIP) -x $@ || exit 1;
52 52
53 # If we can create .debuginfo files, then the VM is stripped in vm.make 53 # If we can create .debuginfo files, then the VM is stripped in vm.make
54 # and this macro is not used. 54 # and this macro is not used.
55 # LINK_LIB.CC/POST_HOOK += $(STRIP_$(LINK_INTO)) 55 # LINK_LIB.CXX/POST_HOOK += $(STRIP_$(LINK_INTO))

mercurial