diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-05 07:45:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-05 07:45:26 +0000 |
commit | 48b0a83aa578206470e6f74576b6a362ba36397a (patch) | |
tree | 3e39b596937b8d1a5c5bcf07dcf8d7a95896eaa2 /conf | |
parent | be4de7f821a9438b3e7c704f44fe04bf55732af4 (diff) |
angstrom: add TARGET_FPU for various archs
Diffstat (limited to 'conf')
-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 |