git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcfddb7
)
angstrom: make armv5teb use a partial thumb userspace as well
author
Koen Kooi
<koen@openembedded.org>
Sun, 18 Jan 2009 13:00:28 +0000
(14:00 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 18 Jan 2009 13:00:28 +0000
(14:00 +0100)
* 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)
conf/distro/include/angstrom.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom.inc
b/conf/distro/include/angstrom.inc
index
189e712
..
74e531d
100644
(file)
--- 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}"