From: Khem Raj Date: Wed, 18 Jul 2012 06:25:47 +0000 (-0700) Subject: machine/e500v2.inc: Do not define TARGET_FPU X-Git-Tag: 2.1~534^2~438 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cc8a3e6d7334813d1bfd299052925b07a2f40132;p=meta-freescale.git 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 --- 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"