summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2009-05-14 18:00:54 +0400
committerSergey Lapin <slapin@ossfans.org>2009-05-14 18:00:54 +0400
commitcfbb95b3bb62ce2ada4fdd7897a0af0a38b4b628 (patch)
tree79040e1fb929da52fd6e014468c7eea2e2464288 /conf/distro/include/angstrom.inc
parentd02457b03abe27767741f709a461e8d46294dd01 (diff)
parentb530076ad1209bceed621eec39e82397732afd6e (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into afeb9260-tmp
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index d8c3cd78df..7e921bf06a 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -32,9 +32,6 @@ require conf/distro/include/angstrom-${LIBC}.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"
-ANGSTROM_ARM_INSTRUCTION_SET_armv5teb = "thumb"
ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}"