comparison make/bsd/makefiles/product.make @ 4891:719f7007c8e8

7141242: build-infra merge: Rename CPP->CXX and LINK->LD Summary: Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker. Reviewed-by: dholmes, ohrstrom
author erikj
date Mon, 06 Feb 2012 09:14:22 +0100
parents f08d439fab8c
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
4890:c77d473e71f7 4891: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))