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:55:46 +0100 |
commit | 807476eac75706b0b7648dcb378ccb10fa3f1a91 (patch) | |
tree | e8aee8098aaaffd7b44bb76e67bb1fa32f2ae563 /meta/recipes-devtools/gcc/gcc-4.8.inc | |
parent | cd906fa2a8e1668136597d44af139a502f5b52a5 (diff) | |
download | poky-807476eac75706b0b7648dcb378ccb10fa3f1a91.tar.gz |
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>
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 \ | |||
66 | file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ | 66 | file://0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch \ |
67 | file://0035-wcast-qual-PR-55383.patch \ | 67 | file://0035-wcast-qual-PR-55383.patch \ |
68 | file://gcc-4.8-PR56797.patch \ | 68 | file://gcc-4.8-PR56797.patch \ |
69 | file://gcc-4.8-build-args.patch \ | ||
69 | " | 70 | " |
70 | SRC_URI[md5sum] = "e6040024eb9e761c3bea348d1fa5abb0" | 71 | SRC_URI[md5sum] = "e6040024eb9e761c3bea348d1fa5abb0" |
71 | SRC_URI[sha256sum] = "b037fe5132b71ecad2ea7141ec92292b5d32427bf90fd90cde432b1d5abacc2c" | 72 | SRC_URI[sha256sum] = "b037fe5132b71ecad2ea7141ec92292b5d32427bf90fd90cde432b1d5abacc2c" |