]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump hd2 ct-ng git 872341e
authorMarkham <markham001@gmx.de>
Sat, 3 Nov 2018 12:30:34 +0000 (13:30 +0100)
committerMarkham <markham001@gmx.de>
Sat, 3 Nov 2018 12:30:34 +0000 (13:30 +0100)
archive-patches/ct-ng/ct-ng-coolstream_hd2.config
make/crosstool.mk
make/versions.mk

index 08f2a1f89c26487727ee6dcb33bcb87173c635ff..8e39f6dffc830b8c89d6172c499321354d2cb53e 100644 (file)
@@ -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
index ddf446452147e2909aba87202b1b6f6442e527b4..8fff191dcbda47886f441471abf8d978ab6a177f 100755 (executable)
@@ -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); \
index 1a45c23f0ee5f08f8c177da2ae11dc4344eaebbc..d248858ae5a6a6f364ffe834a0e5f7ff323feb48 100644 (file)
@@ -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