diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-05-31 15:23:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-04 15:53:44 +0100 |
commit | 1f40202ce3c1282674b6cea39ef709972275f201 (patch) | |
tree | f92fe5cd048c1556ffdfed698b41c9f4af128f8c /meta/recipes-devtools/gcc/gcc-4.8.inc | |
parent | da5b23e45c7e4dea2f3802ff5af5c81b08aba201 (diff) | |
download | openembedded-core-1f40202ce3c1282674b6cea39ef709972275f201.tar.gz openembedded-core-1f40202ce3c1282674b6cea39ef709972275f201.tar.bz2 openembedded-core-1f40202ce3c1282674b6cea39ef709972275f201.zip |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.8.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.8.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index a9786da97e..80bd02ccf6 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc @@ -66,6 +66,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ file://0035-wcast-qual-PR-55383.patch \ file://gcc-4.8-PR56797.patch \ + file://gcc-4.8-build-args.patch \ " SRC_URI[md5sum] = "e6040024eb9e761c3bea348d1fa5abb0" SRC_URI[sha256sum] = "b037fe5132b71ecad2ea7141ec92292b5d32427bf90fd90cde432b1d5abacc2c" |