diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:53:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:53:21 +0000 |
commit | eb53b8c0ef1efef31d39cb1530287cb3facdaf85 (patch) | |
tree | 3a632fa64e2ef39f9953f469721f2be3a30c0240 | |
parent | 7fc789fcd727b104b62e5149fc241246541aa2a8 (diff) |
tune-arm9tdmi.conf: if you tell gcc to allow thumb code you also need to set package_arch to armv4t
-rw-r--r-- | conf/machine/include/tune-arm9tdmi.conf | 1 |
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" |