diff options
author | Matthew McClintock <msm@freescale.com> | 2012-02-27 13:38:51 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:27:51 +0000 |
commit | 36a0bde5593991655074575239bab461552b6c98 (patch) | |
tree | 9b6781f311842ebd28795b5590598b9de82a83d5 /meta/conf/machine/include/tune-ppc603e.inc | |
parent | 1919ba235f7b197f7684936bf9d1cac3faf8e01a (diff) | |
download | poky-36a0bde5593991655074575239bab461552b6c98.tar.gz |
tune-ppc*.inc: update to use new default value for TUNE_PKGARCH
(From OE-Core rev: 12f0a0d3e1afe90633c8b95d36670ab0f156e912)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-ppc603e.inc')
-rw-r--r-- | meta/conf/machine/include/tune-ppc603e.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-ppc603e.inc b/meta/conf/machine/include/tune-ppc603e.inc index 663f2208be..02cebe7e67 100644 --- a/meta/conf/machine/include/tune-ppc603e.inc +++ b/meta/conf/machine/include/tune-ppc603e.inc | |||
@@ -4,7 +4,7 @@ require conf/machine/include/powerpc/arch-powerpc.inc | |||
4 | 4 | ||
5 | TUNEVALID[ppc603e] = "Enable ppc603e specific processor optimizations" | 5 | TUNEVALID[ppc603e] = "Enable ppc603e specific processor optimizations" |
6 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppc603e", "-mcpu=603e", "", d)}" | 6 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppc603e", "-mcpu=603e", "", d)}" |
7 | TUNE_PKGARCH = "${@bb.utils.contains('TUNE_FEATURES', 'ppc603e', 'ppc603e', '${PPCPKGARCH}', d)}" | 7 | TUNE_PKGARCH_tune-ppc603e = "ppc603e" |
8 | 8 | ||
9 | AVAILTUNES = "ppc603e" | 9 | AVAILTUNES = "ppc603e" |
10 | TUNE_FEATURES_tune-ppc603e = "m32 fpu-hard ppc603e" | 10 | TUNE_FEATURES_tune-ppc603e = "m32 fpu-hard ppc603e" |