[oe-commits] Michael 'Mickey' Lauer : tune-arm1136-novfp.inc: include tune-thumb here as well
GIT User account
git at amethyst.openembedded.net
Wed Mar 4 13:10:07 UTC 2009
Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8bcffed949fa1057b64188dbd3a2cfc142c9f3e1
URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8bcffed949fa1057b64188dbd3a2cfc142c9f3e1
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date: Wed Mar 4 12:01:14 2009 +0100
tune-arm1136-novfp.inc: include tune-thumb here as well
---
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 372148e..e1f7945 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
More information about the Openembedded-commits
mailing list