diff options
author | Laura Abbott <labbott@redhat.com> | 2019-01-30 16:22:33 +0100 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-01-30 16:22:33 +0100 |
commit | 1b48caaece9e3a12c46f5cad4419ef633e451d07 (patch) | |
tree | e1d0914aceca27846342328c4987b2f91c2e5571 /kernel-s390x-debug.config | |
parent | fee69e6d042e5d8e582d68c1c85adf97d36db260 (diff) | |
download | kernel-1b48caaece9e3a12c46f5cad4419ef633e451d07.tar.gz kernel-1b48caaece9e3a12c46f5cad4419ef633e451d07.tar.xz kernel-1b48caaece9e3a12c46f5cad4419ef633e451d07.zip |
Disable CONFIG_JUMP_LABEL on s390x
This is causing problems with gcc9. Disable this until we find
a real solution.
Diffstat (limited to 'kernel-s390x-debug.config')
-rw-r--r-- | kernel-s390x-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-s390x-debug.config b/kernel-s390x-debug.config index 36bcd8012..6487de662 100644 --- a/kernel-s390x-debug.config +++ b/kernel-s390x-debug.config @@ -2340,7 +2340,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 |