From: Koen Kooi Date: Mon, 15 Dec 2008 16:39:31 +0000 (+0100) Subject: angstrom: move armv5te to thumb as well X-Git-Tag: Release-2010-05/1~4767^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd5ad9473e1eb46a5a7aaf6d3a2d1e0b24c917f;p=openembedded.git angstrom: move armv5te to thumb as well --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 25dee11ff2..189e7123d5 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -32,6 +32,8 @@ require conf/distro/include/angstrom-${ANGSTROMLIBC}.inc # We can't do ARM_INSTRUCTION_SET_armv4t since that will un-overridable in recipes like gcc ANGSTROM_ARM_INSTRUCTION_SET ?= "arm" ANGSTROM_ARM_INSTRUCTION_SET_armv4t = "thumb" +ANGSTROM_ARM_INSTRUCTION_SET_armv5te = "thumb" + ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}" # "arm" "thumb"