build_binutils.sh: Update Binutils version to 2.27

This commit is contained in:
Thomas Pöchtrager 2016-09-23 21:35:23 +02:00
parent 7a33b91a50
commit 23153a4732

View File

@ -10,7 +10,7 @@ eval $(tools/osxcross_conf.sh)
# binutils version to build
if [ -z "$BINUTILS_VERSION" ]; then
BINUTILS_VERSION=2.26
BINUTILS_VERSION=2.27
fi
# gdb version to build