]> code.ossystems Code Review - openembedded-core.git/commit
gcc-4.8: fix ICE of cross-compile for PowerPC e500v2 targets
authorChunrong Guo <B40290@freescale.com>
Wed, 28 Aug 2013 09:01:33 +0000 (17:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2013 17:06:27 +0000 (18:06 +0100)
commita4fefac26d91bc56d5d28e1c9973a189d2509d45
tree563dacb5db7068064cf9253d79458db91821fa71
parent5e00319ea942764ed2e7d6bc8c74e5d48166231b
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

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gcc/gcc-4.8.inc
meta/recipes-devtools/gcc/gcc-4.8/0045-gcc-4.8-PR57717-PowerPC-E500v2.patch [new file with mode: 0644]