From 844071f3b739b1408b7c8191b30a516010fb51af Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 14 Jan 2024 13:51:00 -0800 Subject: [PATCH] Remove s390x special case since the 4.14 kernel series is EOL --- setup-toolchain.sh | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 2.31.1