From 735d38b9fe8cd73619e743a635460fe5919371df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sun, 2 Jun 2019 10:11:43 +0200 Subject: [PATCH] Update build_binutils.sh --- build_binutils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_binutils.sh b/build_binutils.sh index 1a259fa..73eca7d 100755 --- a/build_binutils.sh +++ b/build_binutils.sh @@ -17,12 +17,12 @@ eval $(tools/osxcross_conf.sh) # binutils version to build if [ -z "$BINUTILS_VERSION" ]; then - BINUTILS_VERSION=2.27 + BINUTILS_VERSION=2.32 fi # gdb version to build if [ -z "$GDB_VERSION" ]; then - GDB_VERSION=7.11.1 + GDB_VERSION=8.3 fi # mirror