diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-11-07 09:46:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 07:57:04 +0000 |
commit | e6dc4b2ac0cc6417c0e0ddcdcbe3f334581af8fc (patch) | |
tree | 777e815f17fe63a384716c61dff6a0bcb319578c /.gitignore | |
parent | e2fe4c99f1020a20b579832c4feafcd0e9bc2f75 (diff) | |
download | openembedded-core-e6dc4b2ac0cc6417c0e0ddcdcbe3f334581af8fc.tar.gz openembedded-core-e6dc4b2ac0cc6417c0e0ddcdcbe3f334581af8fc.tar.bz2 openembedded-core-e6dc4b2ac0cc6417c0e0ddcdcbe3f334581af8fc.zip |
gcc-4.9: Fix various _FOR_BUILD and related variables
This patch is based on the patch for gcc-5.2 (41cbfd7af60f93a4bd496b7b6bf477215a286950)
When doing a FOR_BUILD thing, you have to override CFLAGS with
CFLAGS_FOR_BUILD. And if you use C++, you also have to override
CXXFLAGS with CXXFLAGS_FOR_BUILD.
Without this, when building for mingw, you end up trying to use
the mingw headers for a host build.
The same goes for other variables as well, such as CPPFLAGS,
CPP, and GMPINC.
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions