diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-04 12:01:14 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-04 14:09:36 +0100 |
commit | 8bcffed949fa1057b64188dbd3a2cfc142c9f3e1 (patch) | |
tree | cc450f4043a374629514ff052608c0f1d476c70a /conf/machine | |
parent | c66ba4ccecba0b03fdacef07d441e001b5483fa2 (diff) |
tune-arm1136-novfp.inc: include tune-thumb here as well
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/tune-arm1136-novfp.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |