From: Jason Self Date: Sat, 22 Oct 2022 03:57:56 +0000 (-0700) Subject: Build the 6.0 series for PowerPC with binutils 2.38 X-Git-Url: https://jxself.org/git/?p=kernel-tools.git;a=commitdiff_plain;h=8dd9abb2beafb2f493edf55b431772562af7fa43 Build the 6.0 series for PowerPC with binutils 2.38 --- diff --git a/setup-toolchain.sh b/setup-toolchain.sh index faf1b0f..967c8f5 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -230,6 +230,21 @@ do build gcc reset_path ;; + powerpc-linux) + # The 6.0 series needs to be build with binutils 2.38 + export binutils_version="2.38" + export toolchain_directory="toolchain-$gcc_version-binutils-$binutils_version" + reset_path + set_path + reset_path + set_path + setup_directories + download_source + setup_source + build binutils + build gcc + reset_path + ;; powerpc64-linux) # The 5.10 needs to be build with GCC 11.3 export gcc_version="11.3.0"