mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-29 12:35:53 +01:00
Return GCC131
This commit is contained in:
parent
a7b7f5cafc
commit
c4437df52a
6
buildme
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user