From e257f224309481e62dfcf88a546f049daa02dd33 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 1 Feb 2015 10:15:03 +0000 Subject: [PATCH] update bintils to 2.25 --- dkppc/patches/{binutils-2.24.patch => binutils-2.25.patch} | 0 select_toolchain.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dkppc/patches/{binutils-2.24.patch => binutils-2.25.patch} (100%) 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'