summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-27 14:11:03 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-27 14:17:26 -0400
commit59694fb9f08e050236c164684ca6ff981abd86cd (patch)
tree90dd35449c6af0bfa2d00ce3b060766ca9a31f35
parent2ee118c7e06087645aeb3942de63f89048afd9b0 (diff)
downloadkernel-59694fb9f08e050236c164684ca6ff981abd86cd.tar.gz
kernel-59694fb9f08e050236c164684ca6ff981abd86cd.tar.xz
kernel-59694fb9f08e050236c164684ca6ff981abd86cd.zip
Drop alpha
At one point in time, you were awesome. Then Compaq bought you and switched to ia64 instead. You can see how that turned out in the previous commit.
-rw-r--r--kernel.spec18
1 files changed, 6 insertions, 12 deletions
diff --git a/kernel.spec b/kernel.spec
index a6e9aba6..7af17d60 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -281,8 +281,8 @@ Summary: The Linux kernel
# Overrides for generic default options
-# only ppc and alphav56 need separate smp kernels
-%ifnarch ppc alphaev56
+# only ppc needs a separate smp kernel
+%ifnarch ppc
%define with_smp 0
%endif
@@ -309,8 +309,8 @@ Summary: The Linux kernel
%define with_bootwrapper 0
%endif
-# sparse blows up on ppc64 alpha and sparc64
-%ifarch ppc64 ppc alpha sparc64
+# sparse blows up on ppc64 and sparc64
+%ifarch ppc64 ppc sparc64
%define with_sparse 0
%endif
@@ -374,13 +374,6 @@ Summary: The Linux kernel
%define kernel_image_elf 1
%endif
-%ifarch alpha alphaev56
-%define all_arch_configs kernel-%{version}-alpha*.config
-%define image_install_path boot
-%define make_target vmlinux
-%define kernel_image vmlinux
-%endif
-
%ifarch %{arm}
%define all_arch_configs kernel-%{version}-arm*.config
%define image_install_path boot
@@ -502,7 +495,7 @@ Version: %{rpmversion}
Release: %{pkg_release}
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
# SET %%nobuildarches (ABOVE) INSTEAD
-ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 %{sparc} s390 s390x alpha alphaev56 %{arm}
+ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 %{sparc} s390 s390x %{arm}
ExclusiveOS: Linux
%kernel_reqprovconf
@@ -2010,6 +2003,7 @@ fi
%changelog
* Thu Oct 27 2011 Josh Boyer <jwboyer@redhat.com>
- Drop ia64
+- Drop alpha
* Wed Oct 26 2011 Kyle McMartin <kmcmartin@redhat.com>
- Make some config changes caught during a review: