From 1b207d0adc5f78f000a7d8ca4431515790639da9 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 6 Jul 2017 22:18:43 -0700 Subject: Allow packages to define "relevant" part of the version E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman --- samples/i686-ubuntu14.04-linux-gnu/crosstool.config | 1 - 1 file changed, 1 deletion(-) (limited to 'samples/i686-ubuntu14.04-linux-gnu') diff --git a/samples/i686-ubuntu14.04-linux-gnu/crosstool.config b/samples/i686-ubuntu14.04-linux-gnu/crosstool.config index 51faa33e..339c4c69 100644 --- a/samples/i686-ubuntu14.04-linux-gnu/crosstool.config +++ b/samples/i686-ubuntu14.04-linux-gnu/crosstool.config @@ -4,7 +4,6 @@ CT_ARCH_ARCH="i686" CT_TARGET_VENDOR="ubuntu14.04" CT_KERNEL_LINUX=y CT_LINUX_V_3_13=y -CT_LIBC_GLIBC=y # CT_KERNEL_LINUX_INSTALL_CHECK is not set CT_GLIBC_V_2_19=y CT_CC_LANG_CXX=y -- cgit v1.2.3