[oe-commits] org.oe.dev tune-arm9tdmi.conf: if you tell gcc to allow thumb code you also need to set package_arch to armv4t

koen commit openembedded-commits at lists.openembedded.org
Sun Nov 5 23:10:30 UTC 2006


tune-arm9tdmi.conf: if you tell gcc to allow thumb code you also need to set package_arch to armv4t

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 63caf62400c4f59f8d5f5e2ce6c95da34ff0bd64
ViewMTN: http://monotone.openembedded.org/revision.psp?id=63caf62400c4f59f8d5f5e2ce6c95da34ff0bd64
Files:
1
conf/machine/include/tune-arm9tdmi.conf
Diffs:

#
# mt diff -rab30c9858c0e191e5e6e70ca29daf4f88be0e613 -r63caf62400c4f59f8d5f5e2ce6c95da34ff0bd64
#
# 
# 
# patch "conf/machine/include/tune-arm9tdmi.conf"
#  from [0470e8b6a21802701f2892a6f1af837369e6fc5a]
#    to [f89bcbad6119c04f6ff88b7fd156b104bb887b5d]
# 
============================================================
--- conf/machine/include/tune-arm9tdmi.conf	0470e8b6a21802701f2892a6f1af837369e6fc5a
+++ conf/machine/include/tune-arm9tdmi.conf	f89bcbad6119c04f6ff88b7fd156b104bb887b5d
@@ -1 +1,2 @@
+PACKAGE_ARCH = "armv4t"
 TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi"






More information about the Openembedded-commits mailing list