diff --git a/dkarm-eabi/patches/binutils-2.24.patch b/dkarm-eabi/patches/binutils-2.25.patch similarity index 100% rename from dkarm-eabi/patches/binutils-2.24.patch rename to dkarm-eabi/patches/binutils-2.25.patch diff --git a/select_toolchain.sh b/select_toolchain.sh index effad5a..f7d55bf 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -31,7 +31,7 @@ done case "$VERSION" in "1" ) GCC_VER=4.9.2 - BINUTILS_VER=2.24 + BINUTILS_VER=2.25 NEWLIB_VER=2.2.0 GDB_VER=7.8 basedir='dkarm-eabi'