From: Koen Kooi Date: Sun, 18 Jan 2009 13:00:28 +0000 (+0100) Subject: angstrom: make armv5teb use a partial thumb userspace as well X-Git-Tag: Release-2010-05/1~4282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc715b9aeedce4b6ef1de6bad78af497d18f9a8;p=openembedded.git angstrom: make armv5teb use a partial thumb userspace as well * like armv4t and armv5te this means that large parts of userspace are built as thumb, but not libgcc, libm, libc and performance critical parts (e.g. ffmpeg) --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 189e7123d5..74e531dc0e 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -33,6 +33,7 @@ require conf/distro/include/angstrom-${ANGSTROMLIBC}.inc ANGSTROM_ARM_INSTRUCTION_SET ?= "arm" ANGSTROM_ARM_INSTRUCTION_SET_armv4t = "thumb" ANGSTROM_ARM_INSTRUCTION_SET_armv5te = "thumb" +ANGSTROM_ARM_INSTRUCTION_SET_armv5teb = "thumb" ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}"