configure: initial support for CXX, CXXFLAGS variables
authorJohn Koleszar <jkoleszar@google.com>
Tue, 22 May 2012 17:37:20 +0000 (10:37 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 22 May 2012 21:32:08 +0000 (14:32 -0700)
commit8631c1b8a21f2bc0c5a814d125a2e2eea2d2bf86
tree4ba819e009e0363617be92e4aea1b0b6f48b2e74
parent51fe9168d5fb570abc93b3d15dc9a4e5c320cd95
configure: initial support for CXX, CXXFLAGS variables

Use CXX rather than assuming g++ to invoke the compiler. Also introduce
separate CXXFLAGS, as certain CFLAGS we enable by default cause warnings
with g++.

Change-Id: Ia2f40ef27c93e45c971d070cc58bdcde9da2ac7c
build/make/Makefile
build/make/configure.sh
libs.mk