diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-23 10:05:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-23 10:05:54 +0000 |
commit | 24b87a96e22a0798c2cc325430692bf7b629930d (patch) | |
tree | 1949d84ee118e2203f8395957bafd68a44536b95 /conf/distro/include/angstrom.inc | |
parent | 8b6513fd406ca5954ac4ff3f9e6ec3e8cbb013b7 (diff) |
angstrom.inc: also use softfloat for armeb
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 3bf87abdb6..20f8be01c1 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -22,7 +22,7 @@ MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>" #use ipkg package format with debian style naming #use multimachine buildrules -INHERIT += "package_ipk debian multimachine sanity" +INHERIT += "package_ipk debian multimachine sanity devshell" #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable PREFERRED_PROVIDER_qemu-native = "qemu-native" @@ -34,6 +34,7 @@ ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "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" |