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'