From c4437df52aa8fc40282e71b03cea329773fa3c6b Mon Sep 17 00:00:00 2001 From: chris1111 Date: Sat, 11 May 2024 18:15:01 -0400 Subject: [PATCH] Return GCC131 --- buildme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildme b/buildme index 878063eef..f5ad307b0 100755 --- a/buildme +++ b/buildme @@ -122,9 +122,9 @@ checkTools() { if [[ "$SYSNAME" == Darwin ]]; then checkXCODE exportPaths - local GCC141_BIN="$PREFIX/cross/bin/x86_64-clover-linux-gnu-gcc" - if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC141_BIN}" ]]; then - if [[ $MYTOOLCHAIN == GCC141 ]]; then + local GCC131_BIN="$PREFIX/cross/bin/x86_64-clover-linux-gnu-gcc" + if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC131_BIN}" ]]; then + if [[ $MYTOOLCHAIN == GCC131 ]]; then cd "${CLOVERROOT}" ./build_gcc13.sh else