diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-14 21:35:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 21:35:45 +0000 |
commit | 66c4894730379eb318aace935f0ed96c0a69bb1e (patch) | |
tree | 6088137553a114cc293864b170e86953fb1a3983 | |
parent | 7cec764eef25e6fee71fb759ea0a2ecb343c914b (diff) |
angstrom.conf: only use softfloat on arm
-rw-r--r-- | conf/distro/angstrom.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index e9e05201e8..daa85d5bda 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -18,6 +18,7 @@ INHERIT += "package_ipk debian" include conf/distro/include/multimachine.conf #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable +PREFERRED_PROVIDER_qemu-native = "qemu-qop-nogfx-native" ENABLE_BINARY_LOCALE_GENERATION ?= "" @@ -31,8 +32,8 @@ TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" BUILD_OPTIMIZATION = "-Os" -#EABI is softfloat by default, but let's make sure :) -TARGET_FPU = "soft" +#ARM EABI is softfloat by default, but let's make sure :) +TARGET_FPU_arm = "soft" PARALLEL_INSTALL_MODULES = "1" |