From 1b48caaece9e3a12c46f5cad4419ef633e451d07 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Wed, 30 Jan 2019 16:22:33 +0100 Subject: Disable CONFIG_JUMP_LABEL on s390x This is causing problems with gcc9. Disable this until we find a real solution. --- kernel-s390x.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-s390x.config') diff --git a/kernel-s390x.config b/kernel-s390x.config index e5415f0f1..13857bbe4 100644 --- a/kernel-s390x.config +++ b/kernel-s390x.config @@ -2323,7 +2323,7 @@ CONFIG_JOYSTICK_XPAD_LEDS=y CONFIG_JOYSTICK_XPAD=m CONFIG_JOYSTICK_ZHENHUA=m # CONFIG_JSA1212 is not set -CONFIG_JUMP_LABEL=y +# CONFIG_JUMP_LABEL is not set CONFIG_KALLSYMS_ALL=y CONFIG_KALLSYMS=y CONFIG_KARMA_PARTITION=y -- cgit