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. --- configs/fedora/generic/s390x/CONFIG_JUMP_LABEL | 1 + 1 file changed, 1 insertion(+) create mode 100644 configs/fedora/generic/s390x/CONFIG_JUMP_LABEL (limited to 'configs') diff --git a/configs/fedora/generic/s390x/CONFIG_JUMP_LABEL b/configs/fedora/generic/s390x/CONFIG_JUMP_LABEL new file mode 100644 index 000000000..3ef6722b0 --- /dev/null +++ b/configs/fedora/generic/s390x/CONFIG_JUMP_LABEL @@ -0,0 +1 @@ +# CONFIG_JUMP_LABEL is not set -- cgit