diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-03-30 14:34:14 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-04 17:17:55 +0100 |
commit | af74a8f627d8429707524fe7a37c093709752daa (patch) | |
tree | 9dc826efdcc7af70f0a0c708a8213e83fdebc4ef /meta/conf/machine/include/tune-sh3.inc | |
parent | 449dae1e035b0b3e599ab4ba53257743c6eb964b (diff) | |
download | poky-af74a8f627d8429707524fe7a37c093709752daa.tar.gz |
conf/machine/include: Update SH tunings to match README
Update the experimental SH tunings to match the tunings README.
These tunings have not been tested, and are experimental!
(From OE-Core rev: 603a15bf4c838e4b6352e31f70a958d93f91138f)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-sh3.inc')
-rw-r--r-- | meta/conf/machine/include/tune-sh3.inc | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/meta/conf/machine/include/tune-sh3.inc b/meta/conf/machine/include/tune-sh3.inc index dd12cd4ace..816c9c4d97 100644 --- a/meta/conf/machine/include/tune-sh3.inc +++ b/meta/conf/machine/include/tune-sh3.inc | |||
@@ -1,4 +1,17 @@ | |||
1 | TUNE_ARCH = "sh3" | 1 | DEFAULTTUNE ?= "sh3" |
2 | 2 | ||
3 | TUNE_CCARGS = "-ml -m3" | 3 | require conf/machine/include/sh/arch-sh.inc |
4 | TUNE_PKGARCH = "sh3" | 4 | |
5 | TUNEVALID[sh3] = "Enable SH3 optimizations" | ||
6 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "sh3", "-m3", "", d)}" | ||
7 | |||
8 | AVAILTUNES += "sh3 sh3eb" | ||
9 | TUNE_FEATURES_tune-sh3 = "sh3" | ||
10 | TUNE_ARCH_tune-sh3 = "sh3" | ||
11 | TUNE_PKGARCH_tune-sh3 = "sh3" | ||
12 | PACKAGE_EXTRA_ARCHS_tune-sh3 = "sh sh3" | ||
13 | |||
14 | TUNE_FEATURES_tune-sh3eb = "sh3eb" | ||
15 | TUNE_ARCH_tune-sh3eb = "sh3eb" | ||
16 | TUNE_PKGARCH_tune-sh3eb = "sh3eb" | ||
17 | PACKAGE_EXTRA_ARCHS_tune-sh3eb = "sheb sh3eb" | ||