summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-05 15:41:58 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-05 15:41:58 +0000
commit262d81e1f869511aee27af68e284605dfdd7b27f (patch)
treeaae7d74a9e23c70f2d48626272b7f1d9b37a7ae2 /conf/distro/include/angstrom.inc
parent12b5e5db83a89a33d36d5af5d6405d64f1a8f833 (diff)
angstrom: add support for ixp4xx/LE and disable NLS for uclibc
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 48915e6554..858305cd39 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -31,6 +31,7 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1"
#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_ixp4xx ?= "soft"
#Name the generated images in a sane way
IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}"