diff options
author | Chunrong Guo <B40290@freescale.com> | 2013-08-28 17:01:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 18:06:32 +0100 |
commit | 03325fe9c51d9a198c0333da5fedd83cf833a32b (patch) | |
tree | d0d95f6d5950fe6dd4b63236caa669c011aa8b59 /meta/recipes-devtools/gcc/gcc-4.8.inc | |
parent | ada4bcc960ec3de7000ddc77d3c2235590e6eab7 (diff) | |
download | poky-03325fe9c51d9a198c0333da5fedd83cf833a32b.tar.gz |
gcc-4.8: fix ICE of cross-compile for PowerPC e500v2 targets
* http://gcc.gnu.org/bugzilla//show_bug.cgi?id=57717#c7
* fix the segfault issue of dd on e500v2 targets
Since double-float is disabled for e500v2 targets build due to ICE of gcc-4.8.1,
accordingly %Ld format of sprintf is disabled.
Address Bug 4910 - [p1022ds]urandom: segmentation fault
(From OE-Core rev: a4fefac26d91bc56d5d28e1c9973a189d2509d45)
Signed-off-by: Chunrong Guo <B40290@freescale.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 39f323d87e..0fbbc1d9bc 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc | |||
@@ -74,6 +74,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
74 | file://0042-pr57748.patch \ | 74 | file://0042-pr57748.patch \ |
75 | file://0043-cpp.patch \ | 75 | file://0043-cpp.patch \ |
76 | file://0044-gengtypes.patch \ | 76 | file://0044-gengtypes.patch \ |
77 | file://0045-gcc-4.8-PR57717-PowerPC-E500v2.patch \ | ||
77 | " | 78 | " |
78 | SRC_URI[md5sum] = "3b2386c114cd74185aa3754b58a79304" | 79 | SRC_URI[md5sum] = "3b2386c114cd74185aa3754b58a79304" |
79 | SRC_URI[sha256sum] = "545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813" | 80 | SRC_URI[sha256sum] = "545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813" |