aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-strongarm.inc
blob: ac584e3e38d5ecf78a524d69b63642551d124e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This machine lists common configuration options for Strongarm devices
# gcc does not differentiate between the different Strongarm versions, so neither do we
# http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html

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"