Skip to content

Commit

Permalink
Return GCC131
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1111 authored May 11, 2024
1 parent a7b7f5c commit c4437df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildme
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4437df

Please sign in to comment.