tune-strongarm: set ARM_ABI to oabi
authorKoen Kooi <koen@openembedded.org>
Sat, 5 Apr 2008 12:09:36 +0000 (12:09 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 5 Apr 2008 12:09:36 +0000 (12:09 +0000)
conf/machine/include/tune-strongarm.inc

index 448b28c..0a77314 100644 (file)
@@ -2,5 +2,6 @@
 # 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"