X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=setup-toolchain.sh;fp=setup-toolchain.sh;h=8d00a65551d58cc4c4e793676f0502a370d11450;hb=eb44386362eff07151d6bda642e673073172dd28;hp=967c8f5d17f21c369e85523c3066457ff88bb094;hpb=8dd9abb2beafb2f493edf55b431772562af7fa43;p=kernel-tools.git diff --git a/setup-toolchain.sh b/setup-toolchain.sh index 967c8f5..8d00a65 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -275,6 +275,22 @@ do build gcc reset_path ;; + riscv64-linux) + # The 4.19 series needs to be built with GCC 10.4 & binutils 2.37 + export gcc_version="10.4.0" + export binutils_version="2.37" + export toolchain_directory="toolchain-$gcc_version-bintuils-$binutils_version" + reset_path + set_path + reset_path + set_path + setup_directories + download_source + setup_source + build binutils + build gcc + reset_path + ;; s390x-linux) # The 4.9, and 4.14 kernel series needs to be built with GCC 8.5 export gcc_version="8.5.0"