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/armv7-rpi2-linux-gnueabihf/crosstool.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'samples/armv7-rpi2-linux-gnueabihf') diff --git a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config index f4b1e963..102c5032 100644 --- a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config +++ b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config @@ -1,6 +1,6 @@ CT_ARCH_ARM=y -CT_ARCH_SUFFIX="v7" CT_ARCH_CPU="cortex-a7" +CT_ARCH_SUFFIX="v7" CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y CT_TARGET_VENDOR="rpi2" @@ -9,6 +9,5 @@ CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y CT_BINUTILS_PLUGINS=y -CT_LIBC_GLIBC=y CT_CC_LANG_CXX=y CT_DEBUG_GDB=y -- cgit v1.2.3