projects
/
kernel-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e480d
)
Remove s390x special case since the 4.14 kernel series is EOL
author
Jason Self
<j@jxself.org>
Sun, 14 Jan 2024 21:51:00 +0000
(13:51 -0800)
committer
Jason Self
<j@jxself.org>
Sun, 14 Jan 2024 21:51:00 +0000
(13:51 -0800)
setup-toolchain.sh
patch
|
blob
|
history
diff --git
a/setup-toolchain.sh
b/setup-toolchain.sh
index 88f23377545065ed902a723e1f34eb13d373cae2..0b848be4f518b6817f081468c5d9b8701ab7b5ef 100755
(executable)
--- 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