summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexr4.inc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2014-04-25 18:40:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-29 17:20:11 +0100
commitbdb07c66c8017ec3804b81dd3791fad1b976d95a (patch)
tree31bd91b40650771d53f1e2819e59302d0ce15aea /meta/conf/machine/include/tune-cortexr4.inc
parentd19e29a8e6c05bd8bf356a30fab1d24ec3402229 (diff)
downloadpoky-bdb07c66c8017ec3804b81dd3791fad1b976d95a.tar.gz
tune-cortexr4.inc: Add thumb and arm to TUNE_FEATURES
(From OE-Core rev: 1ebcbc6d77171b81dfe6432ffad6cae3148dcf2e) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-cortexr4.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexr4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-cortexr4.inc b/meta/conf/machine/include/tune-cortexr4.inc
index 57b6717e58..bde649f090 100644
--- a/meta/conf/machine/include/tune-cortexr4.inc
+++ b/meta/conf/machine/include/tune-cortexr4.inc
@@ -10,5 +10,5 @@ TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "armv7r", " -march=armv7-r
10 10
11AVAILTUNES += "cortexr4" 11AVAILTUNES += "cortexr4"
12ARMPKGARCH_tune-cortexr4 = "armv7r" 12ARMPKGARCH_tune-cortexr4 = "armv7r"
13TUNE_FEATURES_tune-cortexr4 = "armv7r vfp cortexr4" 13TUNE_FEATURES_tune-cortexr4 = "armv7r vfp cortexr4 arm thumb"
14PACKAGE_EXTRA_ARCHS_tune-cortexr4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} armv7r-vfp" 14PACKAGE_EXTRA_ARCHS_tune-cortexr4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} armv7r-vfp"