summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/powerpc/arch-powerpc.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/powerpc/arch-powerpc.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/powerpc/arch-powerpc.inc')
-rw-r--r--meta/conf/machine/include/powerpc/arch-powerpc.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc.inc b/meta/conf/machine/include/powerpc/arch-powerpc.inc
index da1a1d6da2..8347f86620 100644
--- a/meta/conf/machine/include/powerpc/arch-powerpc.inc
+++ b/meta/conf/machine/include/powerpc/arch-powerpc.inc
@@ -25,9 +25,11 @@ TUNE_PKGARCH ?= "${PPCPKGARCH}"
25 25
26# Basic tune definitions 26# Basic tune definitions
27AVAILTUNES += "powerpc powerpc-nf" 27AVAILTUNES += "powerpc powerpc-nf"
28TUNE_FEATURES_tune-powerpc ?= "m32 fpu-hard"
29BASE_LIB_tune-powerpc = "lib"
30TUNE_FEATURES_tune-powerpc-nf ?= "m32 fpu-soft" 28TUNE_FEATURES_tune-powerpc-nf ?= "m32 fpu-soft"
31BASE_LIB_tune-powerpc-nf = "lib" 29BASE_LIB_tune-powerpc-nf = "lib"
30PACKAGE_EXTRA_ARCHS_tune-powerpc-nf = "powerpc-nf"
31TUNE_FEATURES_tune-powerpc ?= "m32 fpu-hard"
32BASE_LIB_tune-powerpc = "lib"
33PACKAGE_EXTRA_ARCHS_tune-powerpc = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} powerpc"
32 34
33 35