mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-01 12:53:27 +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
|
if [[ "$SYSNAME" == Darwin ]]; then
|
||||||
checkXCODE
|
checkXCODE
|
||||||
exportPaths
|
exportPaths
|
||||||
local GCC141_BIN="$PREFIX/cross/bin/x86_64-clover-linux-gnu-gcc"
|
local GCC131_BIN="$PREFIX/cross/bin/x86_64-clover-linux-gnu-gcc"
|
||||||
if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC141_BIN}" ]]; then
|
if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC131_BIN}" ]]; then
|
||||||
if [[ $MYTOOLCHAIN == GCC141 ]]; then
|
if [[ $MYTOOLCHAIN == GCC131 ]]; then
|
||||||
cd "${CLOVERROOT}"
|
cd "${CLOVERROOT}"
|
||||||
./build_gcc13.sh
|
./build_gcc13.sh
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user