From 3244d2a08be723182f1d8ccaa549feca7375f261 Mon Sep 17 00:00:00 2001 From: Markham Date: Sat, 3 Nov 2018 13:30:34 +0100 Subject: [PATCH] bump hd2 ct-ng git 872341e --- archive-patches/ct-ng/ct-ng-coolstream_hd2.config | 3 ++- make/crosstool.mk | 2 -- make/versions.mk | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/archive-patches/ct-ng/ct-ng-coolstream_hd2.config b/archive-patches/ct-ng/ct-ng-coolstream_hd2.config index 08f2a1f..8e39f6d 100644 --- a/archive-patches/ct-ng/ct-ng-coolstream_hd2.config +++ b/archive-patches/ct-ng/ct-ng-coolstream_hd2.config @@ -115,6 +115,7 @@ CT_ARCH_arm=y # CT_ARCH_m68k is not set # CT_ARCH_microblaze is not set # CT_ARCH_mips is not set +# CT_ARCH_msp430 is not set # CT_ARCH_nios2 is not set # CT_ARCH_powerpc is not set # CT_ARCH_s390 is not set @@ -225,7 +226,7 @@ CT_TOOLCHAIN_ENABLE_NLS=y # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="custom" +CT_KERNEL_VERSION="${KERNEL_VER}" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_LINUX_CUSTOM=y diff --git a/make/crosstool.mk b/make/crosstool.mk index ddf4464..8fff191 100755 --- a/make/crosstool.mk +++ b/make/crosstool.mk @@ -60,8 +60,6 @@ crosstool-ng: prerequisites | $(ARCHIVE)/crosstool-ng-git-$(CROSSTOOL_NG_VER).ta test $$NUM_CPUS -lt 1 && NUM_CPUS=1; \ sed -i "s@^CT_PARALLEL_JOBS=.*@CT_PARALLEL_JOBS=$$NUM_CPUS@" .config; \ \ - cp -a $(PATCHES)/ct-ng/999-gcc-6.3-backport-fix-of-check-for-empty-string-in-ubsan.c.patch patches/gcc/$(GCC_VER_HD2); \ - \ export CST_UCLIBC_CONFIG="$(PATCHES)/ct-ng/ct-ng-uClibc-$(UCLIBC_VER).config"; \ export CST_BASE_DIR=$(BASE_DIR); \ export KERNEL_VER=$(CST_KERNEL_VERSION); \ diff --git a/make/versions.mk b/make/versions.mk index 1a45c23..d248858 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -17,14 +17,14 @@ CORTEX_STRINGS_VER = 48fd30c # crosstool-ng versions CT_NG_VER_HD1 = 1894239 -CT_NG_VER_HD2 = 1dbb06f2 +CT_NG_VER_HD2 = 872341e CT_NG_VER_ARM = 872341e ETHTOOL_VER = 4.17 # Linaro GCC Versions GCC_VER_HD1 = linaro-4.9-2017.01 -GCC_VER_HD2 = linaro-6.3-2017.02 +GCC_VER_HD2 = linaro-6.3-2017.05 # Dropbear is a relatively small SSH server and client DROPBEAR_VER=2018.76 -- 2.39.5