From: Michael 'Mickey' Lauer Date: Wed, 4 Mar 2009 11:01:14 +0000 (+0100) Subject: tune-arm1136-novfp.inc: include tune-thumb here as well X-Git-Tag: Release-2010-05/1~3876^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bcffed949fa1057b64188dbd3a2cfc142c9f3e1;p=openembedded.git tune-arm1136-novfp.inc: include tune-thumb here as well --- diff --git a/conf/machine/include/tune-arm1136-novfp.inc b/conf/machine/include/tune-arm1136-novfp.inc index 372148e7a2..e1f7945a0f 100644 --- a/conf/machine/include/tune-arm1136-novfp.inc +++ b/conf/machine/include/tune-arm1136-novfp.inc @@ -6,3 +6,5 @@ FEED_ARCH = "armv6-novfp" BASE_PACKAGE_ARCH = "armv6-novfp" PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6-novfp" +# Include tune file for thumb support, it defaults to off so DISTROs can turn it on if they wish +require conf/machine/include/tune-thumb.inc