]> code.ossystems Code Review - openembedded-core.git/commit
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:53:44 +0000 (15:53 +0100)
commit1f40202ce3c1282674b6cea39ef709972275f201
treef92fe5cd048c1556ffdfed698b41c9f4af128f8c
parentda5b23e45c7e4dea2f3802ff5af5c81b08aba201
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.

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]