diff --git a/dkppc/patches/binutils-2.24.patch b/dkppc/patches/binutils-2.25.patch similarity index 100% rename from dkppc/patches/binutils-2.24.patch rename to dkppc/patches/binutils-2.25.patch diff --git a/select_toolchain.sh b/select_toolchain.sh index a4730a3..8e53eb8 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -41,7 +41,7 @@ case "$VERSION" in ;; "2" ) GCC_VER=4.8.2 - BINUTILS_VER=2.24 + BINUTILS_VER=2.25 NEWLIB_VER=2.0.0 GDB_VER=7.7 basedir='dkppc'