From 4ba69c87485638326e2b7063c313de5a2a8e483f Mon Sep 17 00:00:00 2001 From: Jason Self Date: Tue, 6 Sep 2022 20:31:49 -0700 Subject: [PATCH] setup-toolchain.sh: The exception for the 4.9 series for ppc64 is no longer needed --- setup-toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-toolchain.sh b/setup-toolchain.sh index 00f58b3..faf1b0f 100755 --- a/setup-toolchain.sh +++ b/setup-toolchain.sh @@ -231,7 +231,7 @@ do reset_path ;; powerpc64-linux) - # The 5.10 and 4.9 series needs to be build with GCC 11.3 + # The 5.10 needs to be build with GCC 11.3 export gcc_version="11.3.0" export toolchain_directory="toolchain-$gcc_version" reset_path -- 2.31.1