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

Dennis Gilmore ausil at fedoraproject.org
Tue Aug 16 18:07:04 UTC 2011


commit 8e25ffdc6e873f985fe801bc3505569940403ad1
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 88ad6b2..1671591 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -233,8 +233,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