From: Jason Self Date: Sun, 14 Jan 2024 21:51:00 +0000 (-0800) Subject: Remove s390x special case since the 4.14 kernel series is EOL X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=844071f3b739b1408b7c8191b30a516010fb51af;hp=a5e480d98bf9eb40b671d898df0ede31c972b148;p=kernel-tools.git Remove s390x special case since the 4.14 kernel series is EOL --- diff --git a/setup-toolchain.sh b/setup-toolchain.sh index 88f2337..0b848be 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -275,20 +275,5 @@ do build gcc reset_path ;; - s390x-linux) - # The 4.14 kernel series needs to be built with GCC 8.5 - export gcc_version="8.5.0" - export toolchain_directory="toolchain-$gcc_version" - reset_path - set_path - reset_path - set_path - setup_directories - download_source - setup_source - build binutils - build gcc - reset_path - ;; esac done