From ff6e2b58c6926c6f8bb276a3d64f5e897d1ecb76 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 11 Dec 2015 21:11:01 +0000 Subject: [PATCH] update to gcc 5.3.0 --- dkarm-eabi/patches/{gcc-5.2.0.patch => gcc-5.3.0.patch} | 0 select_toolchain.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dkarm-eabi/patches/{gcc-5.2.0.patch => gcc-5.3.0.patch} (100%) diff --git a/dkarm-eabi/patches/gcc-5.2.0.patch b/dkarm-eabi/patches/gcc-5.3.0.patch similarity index 100% rename from dkarm-eabi/patches/gcc-5.2.0.patch rename to dkarm-eabi/patches/gcc-5.3.0.patch diff --git a/select_toolchain.sh b/select_toolchain.sh index 1c7363a..a4730a3 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -30,7 +30,7 @@ done case "$VERSION" in "1" ) - GCC_VER=5.2.0 + GCC_VER=5.3.0 BINUTILS_VER=2.25.1 NEWLIB_VER=2.2.0 GDB_VER=7.10