]> granicus.if.org Git - nethack/commitdiff
update msdos djgpp cross-compiler gcc version
authornhmall <nhmall@nethack.org>
Thu, 28 Jan 2021 13:02:45 +0000 (08:02 -0500)
committernhmall <nhmall@nethack.org>
Thu, 28 Jan 2021 13:02:45 +0000 (08:02 -0500)
sys/msdos/fetch-cross-compiler.sh

index fc78feae76ab314c59037410e9271bbcb73b16d7..3065b9cd429e6fe2159723ab5bb571dad026160e 100644 (file)
@@ -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"