]> code.ossystems Code Review - meta-freescale.git/commitdiff
machine/e500v2.inc: Do not define TARGET_FPU
authorKhem Raj <raj.khem@gmail.com>
Wed, 18 Jul 2012 06:25:47 +0000 (23:25 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 18 Jul 2012 06:28:14 +0000 (23:28 -0700)
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>
meta-fsl-ppc/conf/machine/e500v2.inc

index 6e2eb493455956865bb0a6f046e1f7cafb83bac3..62698a9eb0f05e1855a1d5ff509238cc4c8d73a5 100644 (file)
@@ -1,5 +1,3 @@
-TARGET_FPU = "ppc-efd"
-
 require conf/machine/include/tune-ppce500v2.inc
 
 MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial"