update msdos djgpp cross-compiler gcc version

This commit is contained in:
nhmall
2021-01-28 08:02:45 -05:00
parent f625a8c553
commit 0714ddcef8

View 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"