summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-01-25 08:05:32 +0100
committerLaura Abbott <labbott@redhat.com>2019-01-25 08:06:22 +0100
commita4462ff8ae655cac31fa7d0bc46fe74d6b91f9e5 (patch)
treedd91b06975f1010a9d406b0a1f32544b7d35785c /kernel.spec
parenta20edb31c79ea67d4b2bba37d736059d2f9e40bb (diff)
downloadkernel-a4462ff8ae655cac31fa7d0bc46fe74d6b91f9e5.tar.gz
kernel-a4462ff8ae655cac31fa7d0bc46fe74d6b91f9e5.tar.xz
kernel-a4462ff8ae655cac31fa7d0bc46fe74d6b91f9e5.zip
Actually get building with gcc9
s390 is still failing to build so exclude it for now. Also bring in some fixes to clean up the warnings. (Two that should be accepted upstream, one that needs a closer look)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 76fdf35a5..191fee1fa 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -329,7 +329,7 @@ Summary: The Linux kernel
# Which is a BadThing(tm).
# We only build kernel-headers on the following...
-%define nobuildarches i386
+%define nobuildarches i386 s390x
%ifarch %nobuildarches
%define with_up 0
@@ -602,9 +602,9 @@ Patch501: input-rmi4-remove-the-need-for-artifical-IRQ.patch
Patch504: efi-use-32-bit-alignment-for-efi_guid_t.patch
# gcc9 fixes
-Patch505: 0001-Correct-warning-with-gcc9.patch
-Patch506: 0001-s390-jump_label-Correct-asm-contraint.patch
-
+Patch505: include-linux-module.h-mark-init-cleanup_module-aliases-as-__cold.patch
+Patch506: lib-crc32.c-mark-crc32_le_base-__crc32c_le_base-aliases-as-__pure.patch
+Patch507: 0001-Drop-that-for-now.patch
# END OF PATCH DEFINITIONS