use gcc11 in main build

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2021-10-07 18:42:10 +03:00
parent 1584349953
commit 5a57fccb1b

View File

@ -95,7 +95,7 @@ if [[ "$SYSNAME" == Darwin ]]; then
if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC53_BIN}" ]]; then
if [[ $MYTOOLCHAIN == GCC53 ]]; then
cd "${CLOVERROOT}"
./build_gcc10.sh
./build_gcc11.sh
else
MYTOOLCHAIN=XCODE8
fi