From 588a24801766d292b3b76579e2bb442eebeb4747 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Tue, 28 May 2013 17:11:11 +0200 Subject: [PATCH] Enable ARM - Tested on TrimSlice--ARM is apparently supported out of the box now. --- tbb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index 48daf90..4aa9b83 100644 --- a/tbb.spec +++ b/tbb.spec @@ -26,7 +26,7 @@ Patch2: tbb-4.0-mfence.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libstdc++-devel -ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 +ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm} %description Threading Building Blocks (TBB) is a C++ runtime library that @@ -119,6 +119,9 @@ rm -rf ${RPM_BUILD_ROOT} %doc doc/html %changelog +* Tue May 28 2013 Petr Machata - 4.1-3.20130314 +- Enable ARM arches + * Wed May 22 2013 Petr Machata - 4.1-2.20130314 - Fix mfence patch. Since the __TBB_full_memory_fence macro was function-call-like, it stole () intended for function invocation.