blob: 0a773149fff202e4bbd5409b4db2171c468c3a4a (
plain)
1
2
3
4
5
6
7
|
# 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
ARM_ABI = "oabi"
TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm"
|