From: nhmall Date: Thu, 28 Jan 2021 13:02:45 +0000 (-0500) Subject: update msdos djgpp cross-compiler gcc version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0714ddcef8ec585fe4e5d6b06812c33f54815d9a;p=nethack update msdos djgpp cross-compiler gcc version --- 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"