diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 46b882724..98b898f6e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -230,7 +230,7 @@ steps: displayName: 'Building mac full build' - bash: | - export GCCVER=gcc1210 + export GCCVER=gcc1220 cd sys/unix sh setup.sh hints/linux.370 cd ../.. diff --git a/sys/msdos/fetch-cross-compiler.sh b/sys/msdos/fetch-cross-compiler.sh index e64e132a3..c11f2c648 100755 --- a/sys/msdos/fetch-cross-compiler.sh +++ b/sys/msdos/fetch-cross-compiler.sh @@ -11,7 +11,7 @@ else fi if [ -z "$GCCVER" ]; then - export GCCVER=gcc1210 + export GCCVER=gcc1220 fi if [ -z "$LUA_VERSION" ]; then @@ -27,7 +27,8 @@ fi #DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.0/" #DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.1/" #DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.1/" -DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.3/" +#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.3/" +DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.4/" if [ "$(uname)" = "Darwin" ]; then #Mac