diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-03-24 14:44:47 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2015-03-24 14:44:47 +0000 |
commit | 04612c67bb47aaf308f92b7b7cf4a5f116c6a24c (patch) | |
tree | 69e8d9811a501e771c67cc7abd06f31e2c2637fd /kernel.spec | |
parent | c91c5960a0ca5c415e59f30f19add9b7cb79d237 (diff) | |
download | kernel-04612c67bb47aaf308f92b7b7cf4a5f116c6a24c.tar.gz kernel-04612c67bb47aaf308f92b7b7cf4a5f116c6a24c.tar.xz kernel-04612c67bb47aaf308f92b7b7cf4a5f116c6a24c.zip |
drop aarch64patches. No functional change
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec index cd5fc9a4d..3efb7c669 100644 --- a/kernel.spec +++ b/kernel.spec @@ -8,8 +8,6 @@ Summary: The Linux kernel # be 0. %global released_kernel 0 -%global aarch64patches 1 - # Sign modules on x86. Make sure the config files match this setting if more # architectures are added. %ifarch %{ix86} x86_64 @@ -328,11 +326,7 @@ Summary: The Linux kernel # Which is a BadThing(tm). # We only build kernel-headers on the following... -%if 0%{?aarch64patches} %define nobuildarches i386 s390 -%else -%define nobuildarches i386 s390 aarch64 -%endif %ifarch %nobuildarches %define with_up 0 |