From: Koen Kooi Date: Sat, 5 Apr 2008 12:09:36 +0000 (+0000) Subject: tune-strongarm: set ARM_ABI to oabi X-Git-Tag: Release-2010-05/1~7249^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e75268025189c9a5a22311d4d44fb4aed21941;p=openembedded.git tune-strongarm: set ARM_ABI to oabi --- diff --git a/conf/machine/include/tune-strongarm.inc b/conf/machine/include/tune-strongarm.inc index 448b28c91f..0a773149ff 100644 --- a/conf/machine/include/tune-strongarm.inc +++ b/conf/machine/include/tune-strongarm.inc @@ -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"