aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-05-02 22:49:36 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-05-17 22:11:15 +0200
commit2a1c9e1ee5eb8067592d26100b563dd2ae7be00d (patch)
tree8243c023c82c084b614e287d1e95f57f6bf8e944 /conf/machine/include
parentb167a9a9e55a7a493a7ee565cec9c7dd463362ff (diff)
downloadopenembedded-2a1c9e1ee5eb8067592d26100b563dd2ae7be00d.tar.gz
ulibc: bump git to version 71d63ed75648da9b0b71afabb9c60aaad792c55c and add some features
* enable backtrace support and put libubacktrace into own package, needed by firefox * added one patch from Timo Teräs to implement RTLD_NO, needed by openjdk * added one patch from Timo Teräs implement ORIGIN_PATH, needed by openjdk * remove fts-support.patch, because is applied upstream * bump PR
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/tune-strongarm.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/tune-strongarm.inc b/conf/machine/include/tune-strongarm.inc
index fe57c9ccc0..ac584e3e38 100644
--- a/conf/machine/include/tune-strongarm.inc
+++ b/conf/machine/include/tune-strongarm.inc
@@ -6,3 +6,6 @@ TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm"
FEED_ARCH = "armv4"
BASE_PACKAGE_ARCH = "armv4"
PACKAGE_EXTRA_ARCHS += "armv4"
+
+ARM_INSTRUCTION_SET = "arm"
+THUMB_INTERWORK = "no"