From faa96f6e2b760de21853cbe67cf17f5e2e0a674d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 27 Jul 2011 16:58:11 +0200 Subject: [PATCH] remove TARGET_FPU settings, those aren't needed anymore Signed-off-by: Koen Kooi --- conf/distro/include/angstrom.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 14013be..414727e 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -145,18 +145,6 @@ ENABLE_BINARY_LOCALE_GENERATION_ep9312 = "0" #qemu has taken a dislike to armeb as well ENABLE_BINARY_LOCALE_GENERATION_armeb = "0" -#ARM EABI is softfloat by default, but let's make sure :) -#make it overridable for platforms with FPU, like ep93xx or i.mx31 -TARGET_FPU_arm = "soft" -TARGET_FPU_armeb = "soft" -TARGET_FPU_ixp4xx = "soft" -TARGET_FPU_ppc405 = "soft" - -TARGET_FPU_armv6 = "hard" -TARGET_FPU_armv6-novfp = "soft" -TARGET_FPU_armv7a = "hard" -TARGET_FPU_ppc603e = "hard" - # Prelink images INHERIT += "image-prelink"