From patchwork Fri Sep 28 01:33:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,05/10] arch-powerpc.inc: add altivec as a valid tune feature Date: Fri, 28 Sep 2012 01:33:09 -0000 From: Matthew McClintock X-Patchwork-Id: 37387 Message-Id: <1348795994-21695-5-git-send-email-msm@freescale.com> To: Signed-off-by: Matthew McClintock --- v2: no changes This patch and the others should fix Yocto bug #3072 meta/conf/machine/include/powerpc/arch-powerpc.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/machine/include/powerpc/arch-powerpc.inc b/meta/conf/machine/include/powerpc/arch-powerpc.inc index 12909d9..ae81cde 100644 --- a/meta/conf/machine/include/powerpc/arch-powerpc.inc +++ b/meta/conf/machine/include/powerpc/arch-powerpc.inc @@ -19,6 +19,8 @@ TUNEVALID[fpu-soft] = "Use software FPU." TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "fpu-soft", "-msoft-float", "", d)}" TARGET_FPU .= "${@bb.utils.contains("TUNE_FEATURES", "fpu-soft", "soft", "", d)}" +TUNEVALID[altivec] = "Altivec" + # Basic tune definitions AVAILTUNES += "powerpc powerpc-nf" TUNE_FEATURES_tune-powerpc-nf = "m32 fpu-soft"