diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 13:22:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:07 +0100 |
commit | 2bae60b8a3cb7783c06e35a2962e56110e876957 (patch) | |
tree | b968d27718e367366b99fdccd32c3b771e7663b5 /meta/recipes-devtools/gcc/gcc-4.8.inc | |
parent | ed5ace3437eb0f751172e6b93399639c94b89e59 (diff) | |
download | openembedded-core-2bae60b8a3cb7783c06e35a2962e56110e876957.tar.gz openembedded-core-2bae60b8a3cb7783c06e35a2962e56110e876957.tar.bz2 openembedded-core-2bae60b8a3cb7783c06e35a2962e56110e876957.zip |
gcc-4.8: Add two patches to deal with cross-canadian build failures
See the patch headers for more information about the cross-canadian build failures
these patches avoid.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 9d92edabc3..e66bdaf28c 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc @@ -72,6 +72,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://0040-fix-g++-sysroot.patch \ file://0041-libtool-avoid-libdir.patch \ file://0042-pr57748.patch \ + file://0043-cpp.patch \ + file://0044-gengtypes.patch \ " SRC_URI[md5sum] = "3b2386c114cd74185aa3754b58a79304" SRC_URI[sha256sum] = "545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813" |