mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
Most recent ver of bison that doesn't misbehave.
This commit is contained in:
@ -9,7 +9,7 @@ function download {
|
||||
fi
|
||||
}
|
||||
|
||||
download "ftp://ftp.gnu.org/gnu/bison/bison-1.28.tar.gz"
|
||||
download "ftp://ftp.gnu.org/gnu/bison/bison-1.35.tar.gz"
|
||||
download "ftp://ftp.gnu.org/gnu/gcc/gcc-2.95.3/gcc-core-2.95.3.tar.gz"
|
||||
download "ftp://ftp.gnu.org/gnu/gcc/gcc-2.95.3/gcc-g++-2.95.3.tar.gz"
|
||||
download "ftp://ftp.gnu.org/gnu/binutils/binutils-2.9.1.tar.gz"
|
||||
|
||||
@ -16,7 +16,7 @@ readonly IXEMUL_SRC="${IXEMUL}.lha"
|
||||
readonly LIBNIX="libnix-2.1"
|
||||
readonly LIBNIX_SRC="${LIBNIX}.tar.gz"
|
||||
|
||||
readonly BISON="bison-1.28"
|
||||
readonly BISON="bison-1.35"
|
||||
readonly BISON_SRC="${BISON}.tar.gz"
|
||||
|
||||
readonly NDK="NDK_3.9"
|
||||
|
||||
Reference in New Issue
Block a user