From 8dd9abb2beafb2f493edf55b431772562af7fa43 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Fri, 21 Oct 2022 20:57:56 -0700 Subject: [PATCH] Build the 6.0 series for PowerPC with binutils 2.38 --- setup-toolchain.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" -- 2.31.1