diff --git a/sys/msdos/fetch-cross-compiler.sh b/sys/msdos/fetch-cross-compiler.sh index fc78feae7..3065b9cd4 100644 --- a/sys/msdos/fetch-cross-compiler.sh +++ b/sys/msdos/fetch-cross-compiler.sh @@ -8,7 +8,7 @@ else fi if [ -z "$GCCVER" ]; then - export GCCVER=gcc1010 + export GCCVER=gcc1020 fi if [ -z "$LUA_VERSION" ]; then @@ -21,7 +21,8 @@ if [ ! -d "$(pwd)/lib" ]; then fi #DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v2.9/" -DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.0/" +#DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.0/" +DJGPP_URL="https://github.com/andrewwutw/build-djgpp/releases/download/v3.1/" if [ "$(uname)" = "Darwin" ]; then #Mac DJGPP_FILE="djgpp-osx-$GCCVER.tar.bz2"