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:
f159eb4
)
ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDE
author
Rod Whitby
<rod@whitby.id.au>
Sun, 18 Feb 2007 19:59:23 +0000
(19:59 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Sun, 18 Feb 2007 19:59:23 +0000
(19:59 +0000)
conf/distro/ucslugc.conf
patch
|
blob
|
history
diff --git
a/conf/distro/ucslugc.conf
b/conf/distro/ucslugc.conf
index
8b64746
..
441c348
100644
(file)
--- a/
conf/distro/ucslugc.conf
+++ b/
conf/distro/ucslugc.conf
@@
-6,6
+6,7
@@
DISTRO_NAME = "UcSlugC"
IMAGE_BASENAME = "ucslugc"
TARGET_ARCH = "armeb"
ARM_INSTRUCTION_SET = "thumb"
+THUMB_INTERWORK = "yes"
TARGET_OS = "linux-uclibc"
PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
@@
-13,3
+14,5
@@
PREFERRED_VERSION_gcc-cross = "3.4.4"
PREFERRED_VERSION_gcc = "3.4.4"
require conf/distro/include/slugos.inc
+
+OVERRIDES .= ":slugos"