From 7f5147f4ec2d7b2e016e32299d9dddbfcc889466 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 7 Jan 2015 15:13:29 +0000 Subject: [PATCH] update to binutils 2.25 --- dkarm-eabi/patches/{binutils-2.24.patch => binutils-2.25.patch} | 0 select_toolchain.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dkarm-eabi/patches/{binutils-2.24.patch => binutils-2.25.patch} (100%) 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'