Update Binutils & GDB version

This commit is contained in:
Thomas Pöchtrager 2015-08-29 12:47:48 +02:00
parent 8d6d9e9444
commit 20f784cde8

View File

@ -9,9 +9,14 @@ source tools/tools.sh
eval $(tools/osxcross_conf.sh) eval $(tools/osxcross_conf.sh)
# binutils version to build # binutils version to build
BINUTILS_VERSION=2.25 if [ -z "$BINUTILS_VERSION" ]; then
BINUTILS_VERSION=2.25.1
fi
# gdb version to build # gdb version to build
GDB_VERSION=7.8.2 if [ -z "$GDB_VERSION" ]; then
GDB_VERSION=7.10
fi
# mirror # mirror
MIRROR="ftp://sourceware.org/pub" MIRROR="ftp://sourceware.org/pub"