From 23153a47328ef6720f08213f29f1461d45014947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Fri, 23 Sep 2016 21:35:23 +0200 Subject: [PATCH] build_binutils.sh: Update Binutils version to 2.27 --- build_binutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_binutils.sh b/build_binutils.sh index 9b35732..e3c1756 100755 --- a/build_binutils.sh +++ b/build_binutils.sh @@ -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