]> code.ossystems Code Review - meta-freescale.git/commit
coreutils: fix the segfault issue of dd on e500v2 targets
authorZhenhua Luo <zhenhua.luo@freescale.com>
Mon, 19 Aug 2013 09:16:55 +0000 (09:16 +0000)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 20 Aug 2013 09:49:32 +0000 (17:49 +0800)
commit3b6efdad9e033414f84da8757ae2c41785ed8e53
treea6dddb5f3d403b4b8df398cc0efa1a220c8fca8c
parent560f137437c6e56d92b63ccc9b6eb946d8f3c66a
coreutils: 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: Zhenhua Luo <zhenhua.luo@freescale.com>
meta-fsl-ppc/recipes-core/coreutils/coreutils_8.21.bbappend [new file with mode: 0644]
meta-fsl-ppc/recipes-core/coreutils/files/coreutils-fix-dd-segfault-for-e500v2.patch [new file with mode: 0644]