diff options
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index f6330981c5..c7415a7d8b 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -76,8 +76,11 @@ ENABLE_BINARY_LOCALE_GENERATION_armeb = "0" TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" TARGET_FPU_ixp4xx ?= "soft" +TARGET_FPU_ppc405 ?= "soft" -TARGET_FPU_dht-walnut ?= "soft" +TARGET_FPU_armv6 ?= "hard" +TARGET_FPU_armv7a ?= "hard" +TARGET_FPU_ppc603e ?= "hard" #Set the right arch for the feeds #Alphabetically sorted |