From cc8a3e6d7334813d1bfd299052925b07a2f40132 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 17 Jul 2012 23:25:47 -0700 Subject: [PATCH] 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 --- meta-fsl-ppc/conf/machine/e500v2.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-fsl-ppc/conf/machine/e500v2.inc b/meta-fsl-ppc/conf/machine/e500v2.inc index 6e2eb493..62698a9e 100644 --- a/meta-fsl-ppc/conf/machine/e500v2.inc +++ b/meta-fsl-ppc/conf/machine/e500v2.inc @@ -1,5 +1,3 @@ -TARGET_FPU = "ppc-efd" - require conf/machine/include/tune-ppce500v2.inc MACHINE_FEATURES = "kernel26 pci ext2 ext3 serial" -- 2.40.1