gcc: Workaround for compiler flag mismatch
authorMark Hatle <mark.hatle@windriver.com>
Fri, 31 May 2013 15:23:10 +0000 (15:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jun 2013 14:55:46 +0000 (15:55 +0100)
commit4751235b2bde27aaffb458d68a814abb09fa7f22
tree5ab7218eafa0fbe84455dadcd26e2a1e5ca1442f
parent71daf8a1fd06272d82273055c5192b7469bf0922
gcc: Workaround for compiler flag mismatch

When cross compiling the target compiler, both the cross-compiler
and the host compiler are used.  However, the -W options used were
discovered from the cross-compiler and may be incompatible with the
host compiler.

(From OE-Core rev: 1f40202ce3c1282674b6cea39ef709972275f201)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.8.inc
meta/recipes-devtools/gcc/gcc-4.8/gcc-4.8-build-args.patch [new file with mode: 0644]