diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 07:57:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 09:13:07 +0300 |
commit | 3fb7b2f3e3761f28579aa5c28a92d634d980da1b (patch) | |
tree | 1aa59233ef2f320a85e8fe7707107c28f6f8cca0 /config_host.mk.in | |
parent | 25c2e2a3780b2ed11965130c849d4d81197ea1da (diff) |
CXX_FOR_BUILD is not used outside configure.ac
Change-Id: I02c55ccd0a137a0d7a3a131dd0576a8a85afe24a
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 47f362db13fe..2f5c03b870ee 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -75,7 +75,6 @@ export CURL_LIBS=$(gb_SPACE)@CURL_LIBS@ export CUSTOM_BRAND_DIR=@CUSTOM_BRAND_DIR@ export CUSTOM_BRAND_IMAGES=@CUSTOM_BRAND_IMAGES@ export CXX=@CXX@ -export CXX_FOR_BUILD=@CXX_FOR_BUILD@ export CXX_X64_BINARY=@CXX_X64_BINARY@ @x_CXXFLAGS@ export CXXFLAGS=@CXXFLAGS@ export CXXFLAGS_CXX11=@CXXFLAGS_CXX11@ |