From 6f52443530980df81ec5acc7d61ea7216f4a45d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sat, 25 Jun 2016 12:17:29 +0200 Subject: [PATCH] build_binutils.sh: binutils: 2.25.1 -> 2.26 gdb: 7.10 -> 7.11.1 --- build_binutils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_binutils.sh b/build_binutils.sh index 8f068b1..9b35732 100755 --- a/build_binutils.sh +++ b/build_binutils.sh @@ -10,12 +10,12 @@ eval $(tools/osxcross_conf.sh) # binutils version to build if [ -z "$BINUTILS_VERSION" ]; then - BINUTILS_VERSION=2.25.1 + BINUTILS_VERSION=2.26 fi # gdb version to build if [ -z "$GDB_VERSION" ]; then - GDB_VERSION=7.10 + GDB_VERSION=7.11.1 fi # mirror