This is needed for the i686-by-default feature.

Bill
Index: kernel.spec
===================================================================
RCS file: /cvs/extras/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1634
diff -u -r1.1634 kernel.spec
--- kernel.spec 17 Jul 2009 02:07:24 -0000      1.1634
+++ kernel.spec 17 Jul 2009 17:01:15 -0000
@@ -195,9 +195,8 @@
 %endif
 %define debuginfodir /usr/lib/debug
 
-# We only build -PAE for 686 as of Fedora 11.
+# We only build -PAE on 686.
 %ifarch i686
-%define with_up 0
 %define with_pae 1
 %else
 %define with_pae 0
@@ -249,9 +248,9 @@
 %define with_perf 0
 %endif
 
-# no need to build headers again for these arches,
-# they can just use i586 and ppc64 headers
-%ifarch i686 ppc64iseries
+# no need to build headers again for this arch,
+# they can just use ppc64 headers
+%ifarch ppc64iseries
 %define with_headers 0
 %endif
 
_______________________________________________
Fedora-kernel-list mailing list
Fedora-kernel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-kernel-list

Reply via email to