summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2013-01-07 10:50:09 -0600
committerJustin M. Forbes <jforbes@redhat.com>2013-01-07 10:50:09 -0600
commit5d109f07815af1ae4c543b01ee08ccc6b994b7a6 (patch)
tree3555d37ffa3772445ee8da60193831236a44327d /kernel.spec
parentaf8f3ebeb7c35a5ee2916d30144b429130ed16a6 (diff)
downloadkernel-5d109f07815af1ae4c543b01ee08ccc6b994b7a6.tar.gz
kernel-5d109f07815af1ae4c543b01ee08ccc6b994b7a6.tar.xz
kernel-5d109f07815af1ae4c543b01ee08ccc6b994b7a6.zip
Kill sparc, it's dead
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec24
1 files changed, 6 insertions, 18 deletions
diff --git a/kernel.spec b/kernel.spec
index b7ec075c3..5163e0739 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -334,7 +334,7 @@ Summary: The Linux kernel
%endif
# sparse blows up on ppc64 and sparc64
-%ifarch ppc64 ppc sparc64 ppc64p7
+%ifarch ppc64 ppc ppc64p7
%define with_sparse 0
%endif
@@ -375,19 +375,6 @@ Summary: The Linux kernel
%define with_tools 0
%endif
-%ifarch sparc64
-%define asmarch sparc
-%define all_arch_configs kernel-%{version}-sparc64*.config
-%define make_target vmlinux
-%define kernel_image vmlinux
-%define image_install_path boot
-%define with_tools 0
-%endif
-
-%ifarch sparcv9
-%define hdrarch sparc
-%endif
-
%ifarch ppc
%define asmarch powerpc
%define hdrarch powerpc
@@ -434,7 +421,7 @@ Summary: The Linux kernel
# Which is a BadThing(tm).
# We only build kernel-headers on the following...
-%define nobuildarches i386 s390 sparc sparcv9
+%define nobuildarches i386 s390
%ifarch %nobuildarches
%define with_up 0
@@ -522,7 +509,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 ppc64p7 %{sparc} s390 s390x %{arm}
+ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ppc64p7 s390 s390x %{arm}
ExclusiveOS: Linux
%kernel_reqprovconf
@@ -591,8 +578,6 @@ Source54: config-powerpc64p7
Source70: config-s390x
-Source90: config-sparc64-generic
-
# Unified ARM kernels
Source100: config-armv7
@@ -2311,6 +2296,9 @@ fi
# || ||
%changelog
* Mon Jan 07 2013 Justin M. Forbes <jforbes@redhat.com>
+- Bye sparc
+
+* Mon Jan 07 2013 Justin M. Forbes <jforbes@redhat.com>
- Fix up configs for build
* Mon Jan 07 2013 Josh Boyer <jwboyer@redhat.com>