use gcc12

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2022-05-24 22:33:49 +03:00
parent cec450188d
commit a7a12a680b

View File

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