From cd8a1b3c85a70b7f2ce269820add03c32b7895d7 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 20 May 2016 12:21:25 +0100 Subject: [PATCH] update binutils to 2.26 --- dkppc/patches/{binutils-2.25.1.patch => binutils-2.26.patch} | 0 select_toolchain.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dkppc/patches/{binutils-2.25.1.patch => binutils-2.26.patch} (100%) diff --git a/dkppc/patches/binutils-2.25.1.patch b/dkppc/patches/binutils-2.26.patch similarity index 100% rename from dkppc/patches/binutils-2.25.1.patch rename to dkppc/patches/binutils-2.26.patch diff --git a/select_toolchain.sh b/select_toolchain.sh index f080c9a..3271d7a 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -41,7 +41,7 @@ case "$VERSION" in ;; "2" ) GCC_VER=5.3.0 - BINUTILS_VER=2.25.1 + BINUTILS_VER=2.26 NEWLIB_VER=2.0.0 GDB_VER=7.11 basedir='dkppc'