[tbb] Enable ARM

Petr Machata pmachata at fedoraproject.org
Tue May 28 15:12:09 UTC 2013


commit 588a24801766d292b3b76579e2bb442eebeb4747
Author: Petr Machata <pmachata at redhat.com>
Date:   Tue May 28 17:11:11 2013 +0200

    Enable ARM
    
    - Tested on TrimSlice--ARM is apparently supported out of the box now.

 tbb.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
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 <pmachata at redhat.com> - 4.1-3.20130314
+- Enable ARM arches
+
 * Wed May 22 2013 Petr Machata <pmachata at redhat.com> - 4.1-2.20130314
 - Fix mfence patch.  Since the __TBB_full_memory_fence macro was
   function-call-like, it stole () intended for function invocation.


More information about the scm-commits mailing list