summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorchunrong guo <b40290@freescale.com>2013-08-28 09:29:43 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-09-03 11:12:53 +0800
commit1ddf5e66c635e086864ce15931628ce1a2d6ff0a (patch)
treed82b68d97d92a8b026cece0d2f04d0e703ef7f4e /conf
parent58a57096e4b7e2ceca3c33d3e7100c5434966cd9 (diff)
downloadmeta-fsl-ppc-1ddf5e66c635e086864ce15931628ce1a2d6ff0a.tar.gz
Revert "e500v2: workaround for ICE of gcc-4.8.x"
*This reverts commit 93c57323edc118eb8905980348ad3888664f2382 and commit efd344473c277eab8c1bae56120779983aba6176 *The reason for reverting this is: the below patch fix this problem. the patch url is : http://patches.openembedded.org/patch/56803/ Signed-off-by: Chunrong Guo <B40290@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/e500v2.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc
index aabca6e..9688784 100644
--- a/conf/machine/e500v2.inc
+++ b/conf/machine/e500v2.inc
@@ -3,12 +3,6 @@ require conf/machine/include/tune-ppce500v2.inc
3MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial" 3MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial"
4MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf" 4MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf"
5 5
6# FIXME
7# Workaround for ICE of gcc-4.8.x when passing -mfloat-gprs=double
8# Bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57717#c1
9# Replace double-float with single-float, revert the commit when above bug is fixed
10TUNE_CCARGS := "${@d.getVar('TUNE_CCARGS', True).replace('-mfloat-gprs=double', '-mfloat-gprs=single')}"
11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk" 6PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
13PREFERRED_VERSION_virtual/kernel ?= "3.0.34" 7PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
14PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers" 8PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"