mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
use gcc11 in main build
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
1584349953
commit
5a57fccb1b
2
buildme
2
buildme
@ -95,7 +95,7 @@ if [[ "$SYSNAME" == Darwin ]]; then
|
|||||||
if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC53_BIN}" ]]; then
|
if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC53_BIN}" ]]; then
|
||||||
if [[ $MYTOOLCHAIN == GCC53 ]]; then
|
if [[ $MYTOOLCHAIN == GCC53 ]]; then
|
||||||
cd "${CLOVERROOT}"
|
cd "${CLOVERROOT}"
|
||||||
./build_gcc10.sh
|
./build_gcc11.sh
|
||||||
else
|
else
|
||||||
MYTOOLCHAIN=XCODE8
|
MYTOOLCHAIN=XCODE8
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user