[kernel/f15] only build the omap and tegra variants on armv7 builds

Dennis Gilmore ausil at fedoraproject.org
Fri Aug 12 05:42:24 UTC 2011


commit 7c90685c8f9206a4c9f13072d25c4a1f30ed86d9
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Aug 10 15:06:10 2011 -0500

    only build the omap and tegra variants on armv7  builds

 kernel.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index a874c7b..04acaf5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -225,8 +225,8 @@ Summary: The Linux kernel
 %define with_pae 0
 %endif
 
-# kernel-tegra and omap is only built on arm
-%ifnarch %{arm}
+# kernel-tegra and omap is only built on armv7 hard and softfp
+%ifnarch armv7hl armv7l
 %define with_tegra 0
 %define with_omap 0
 %endif


More information about the scm-commits mailing list