aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-05 22:53:21 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-05 22:53:21 +0000
commiteb53b8c0ef1efef31d39cb1530287cb3facdaf85 (patch)
tree3a632fa64e2ef39f9953f469721f2be3a30c0240 /conf
parent7fc789fcd727b104b62e5149fc241246541aa2a8 (diff)
downloadopenembedded-eb53b8c0ef1efef31d39cb1530287cb3facdaf85.tar.gz
tune-arm9tdmi.conf: if you tell gcc to allow thumb code you also need to set package_arch to armv4t
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-arm9tdmi.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/tune-arm9tdmi.conf b/conf/machine/include/tune-arm9tdmi.conf
index cfc3bad1c1..d097b07739 100644
--- a/conf/machine/include/tune-arm9tdmi.conf
+++ b/conf/machine/include/tune-arm9tdmi.conf
@@ -1 +1,2 @@
+PACKAGE_ARCH = "armv4t"
TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi"