summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-17 23:25:47 -0700
committerKhem Raj <raj.khem@gmail.com>2012-07-17 23:28:14 -0700
commit34e1f35c7744a1ef2abd5b50d932461b6e4bbb74 (patch)
tree235001730c463a2c62cdfcc676a5896596b3893f
parentf9b7582464b3b49438d85c795fe6ffe96e7d8cb7 (diff)
downloadmeta-fsl-ppc-34e1f35c7744a1ef2abd5b50d932461b6e4bbb74.tar.gz
machine/e500v2.inc: Do not define TARGET_FPU
This is nicely defined in tune-e500v2.inc from oe-core, if we also define it here then oe-core appends to it and it becomes a wrong string 'ppc-efdppc-efd' which then gcc fails to identify and configures itself without e500_double support Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/e500v2.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc
index 6e2eb49..62698a9 100644
--- a/conf/machine/e500v2.inc
+++ b/conf/machine/e500v2.inc
@@ -1,5 +1,3 @@
1TARGET_FPU = "ppc-efd"
2
3require conf/machine/include/tune-ppce500v2.inc 1require conf/machine/include/tune-ppce500v2.inc
4 2
5MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial" 3MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial"