summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-ppc603e.inc
diff options
context:
space:
mode:
authorIlya Yanok <yanok@emcraft.com>2011-09-07 17:38:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-22 13:13:46 +0000
commit05eabde3e49845ef3f527f35c98d55c2fb5b522d (patch)
treea77286cf9b17c7ade56997cbf20a7b894c80d01d /meta/conf/machine/include/tune-ppc603e.inc
parente9799410b3edea2aeba11abb5b46fdf502291fc2 (diff)
downloadpoky-05eabde3e49845ef3f527f35c98d55c2fb5b522d.tar.gz
arch-powerpc: set PACKAGE_EXTRA_ARCHS
Set PACKAGE_EXTRA_ARCHS for the generic tunes ("powerpc" and "powerpc-nf") thus allowing to use them instead of tuning to the specific CPU. (From OE-Core rev: 5eafbe2d8684ee1c45477bfd69b579af47adccd9) Signed-off-by: Ilya Yanok <yanok@emcraft.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.inc2
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 c743dde96e..663f2208be 100644
--- a/meta/conf/machine/include/tune-ppc603e.inc
+++ b/meta/conf/machine/include/tune-ppc603e.inc
@@ -8,7 +8,7 @@ TUNE_PKGARCH = "${@bb.utils.contains('TUNE_FEATURES', 'ppc603e', 'ppc603e', '${P
8 8
9AVAILTUNES = "ppc603e" 9AVAILTUNES = "ppc603e"
10TUNE_FEATURES_tune-ppc603e = "m32 fpu-hard ppc603e" 10TUNE_FEATURES_tune-ppc603e = "m32 fpu-hard ppc603e"
11PACKAGE_EXTRA_ARCHS_tune-ppc603e = "powerpc ppc603e" 11PACKAGE_EXTRA_ARCHS_tune-ppc603e = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppc603e"
12 12
13# glibc configure options to get 603e specific library (for sqrt) 13# glibc configure options to get 603e specific library (for sqrt)
14GLIBC_EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "ppc603e", "-with-cpu=603e", "", d)}" 14GLIBC_EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "ppc603e", "-with-cpu=603e", "", d)}"