comparison make/solaris/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 da0999c4b733
children 43541217e9f7
comparison
equal deleted inserted replaced
4890:c77d473e71f7 4891:719f7007c8e8
68 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH) 68 REORDERFILE = $(GAMMADIR)/make/solaris/makefiles/reorder_$(TYPE)_$(BUILDARCH)
69 endif 69 endif
70 70
71 # If we can create .debuginfo files, then the VM is stripped in vm.make 71 # If we can create .debuginfo files, then the VM is stripped in vm.make
72 # and this macro is not used. 72 # and this macro is not used.
73 # LINK_LIB.CC/POST_HOOK += $(STRIP_LIB.CC/POST_HOOK) 73 # LINK_LIB.CXX/POST_HOOK += $(STRIP_LIB.CXX/POST_HOOK)
74 74
75 G_SUFFIX = 75 G_SUFFIX =
76 SYSDEFS += -DPRODUCT 76 SYSDEFS += -DPRODUCT
77 SYSDEFS += $(REORDER_FLAG) 77 SYSDEFS += $(REORDER_FLAG)
78 VERSION = optimized 78 VERSION = optimized