[kernel/f15] build perf on armv7hl

Dennis Gilmore ausil at fedoraproject.org
Wed Jan 18 15:17:01 UTC 2012


commit e76e70cc41889fe6546ee43e96abfb7d47e78925
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Jan 18 09:16:57 2012 -0600

    build perf on armv7hl

 kernel.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 3e1be7b..3be1c08 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -354,6 +354,9 @@ Summary: The Linux kernel
 %define with_up 0
 %define with_perf 0
 %endif
+%ifarch armv7hl
+%define with_perf 1
+%endif
 # we only build headers on the base arm arches
 # just like we used to only build them on i386 for x86
 %ifnarch armv5tel armv7hl
@@ -2044,6 +2047,9 @@ fi
 # and build.
 
 %changelog
+* Wed Jan 18 2012 Dennis Gilmore <dennis at ausil.us>
+- build perf on armv7hl
+
 * Wed Jan 18 2012 Josh Boyer <jwboyer at redhat.com>
 - CVE-2012-0056 proc: clean up and fix /proc/<pid>/mem (rhbz 782681)
 


More information about the scm-commits mailing list