From e08f962e121f7c0a650dc74ee98358f92f2f9874 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 29 Jan 2015 12:57:31 +0100 Subject: [PATCH] Boost.Context should now be supported on PowerPC with both BE and LE ABIs --- boost.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/boost.spec b/boost.spec index fb9fbd7..5253898 100644 --- a/boost.spec +++ b/boost.spec @@ -20,11 +20,7 @@ %bcond_without openmpi %endif -%ifnarch %{ix86} x86_64 %{arm} - # Avoid using Boost.Context on non-x86 arches. s390 is not - # supported at all and there were _syntax errors_ in PPC code. This - # should be enabled on a case-by-case basis as the arches are tested - # and fixed. +%ifnarch %{ix86} x86_64 %{arm} ppc64 ppc64le %bcond_with context %else %bcond_without context