From d2614153c546cbedee6781ac281866fdd8cbbb99 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 11 Feb 2019 19:28:58 +0000 Subject: [PATCH] update to binutils 2.32 --- dkppc/patches/{binutils-2.31.1.patch => binutils-2.32.patch} | 0 select_toolchain.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dkppc/patches/{binutils-2.31.1.patch => binutils-2.32.patch} (100%) diff --git a/dkppc/patches/binutils-2.31.1.patch b/dkppc/patches/binutils-2.32.patch similarity index 100% rename from dkppc/patches/binutils-2.31.1.patch rename to dkppc/patches/binutils-2.32.patch diff --git a/select_toolchain.sh b/select_toolchain.sh index fc4a2a7..8a15509 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -41,7 +41,7 @@ case "$VERSION" in ;; "2" ) GCC_VER=8.2.0 - BINUTILS_VER=2.31.1 + BINUTILS_VER=2.32 MN_BINUTILS_VER=2.17 NEWLIB_VER=3.0.0 GDB_VER=8.2