diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-14 11:33:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-14 11:33:52 +0000 |
commit | 6a95f5f018046d58290aa926c160222bad6821b2 (patch) | |
tree | c84a6198630eee8239fa5d90e09c34a52bfbb253 /conf/distro/include/angstrom.inc | |
parent | e0e9e209534a8fb9fc66ff3f4565453555df6e83 (diff) |
angstrom: armv6 tweaks
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 5522a12728..778ca40ea9 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -29,6 +29,7 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1" #qemu doesn't like armv6/eabi/vfp ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "0" +ENABLE_BINARY_LOCALE_GENERATION_nokia800 = "0" #ARM EABI is softfloat by default, but let's make sure :) #make it overridable for platforms with FPU, like ep93xx or i.mx31 |