summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-01-26 11:00:37 +0000
committerPeter Robinson <pbrobinson@gmail.com>2012-01-26 11:00:37 +0000
commit43fa717a4abee476b4d16359308afa937ed79bc6 (patch)
tree4c81559c884af60317e88e8785c6a8da31ca3a66
parent6cc339f758a70877f5b043b24feb7439493426b0 (diff)
downloadkernel-43fa717a4abee476b4d16359308afa937ed79bc6.tar.gz
kernel-43fa717a4abee476b4d16359308afa937ed79bc6.tar.xz
kernel-43fa717a4abee476b4d16359308afa937ed79bc6.zip
Build perf/tools on ARM sfp/hfp not just sfp
-rw-r--r--kernel.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 23f28018b..6e191212e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -424,12 +424,13 @@ Summary: The Linux kernel
# we build a up kernel on armv5tel. its used for qemu.
%ifnarch armv5tel
%define with_up 0
-%define with_perf 0
%endif
-# we only build headers on the base arm arches
+# we only build headers/perf/tools on the base arm arches
# just like we used to only build them on i386 for x86
%ifnarch armv5tel armv7hl
%define with_headers 0
+%define with_perf 0
+%define with_tools 0
%endif
%endif
@@ -467,7 +468,7 @@ Summary: The Linux kernel
%endif
# Architectures we build tools/cpupower on
-%define cpupowerarchs %{ix86} x86_64 ppc ppc64
+%define cpupowerarchs %{ix86} x86_64 ppc ppc64 %{arm}
#
# Three sets of minimum package version requirements in the form of Conflicts:
@@ -2273,6 +2274,9 @@ fi
# ||----w |
# || ||
%changelog
++* Wed Jan 25 2012 Peter Robinson <pbrobinson@fedoraproject.org>
++- Build perf/tools on ARM sfp/hfp not just sfp
+
* Wed Jan 25 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc1.git3.1
- Linux 3.3-rc1-git3 (upstream aaad641eadfd3e74b0fbb68fcf539b9cef0415d0)
- Update utrace.patch from Oleg Nesterov