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/aarch64-rpi3-linux-gnu/crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/aarch64-rpi3-linux-gnu') diff --git a/samples/aarch64-rpi3-linux-gnu/crosstool.config b/samples/aarch64-rpi3-linux-gnu/crosstool.config index 6aed7bb3..f8ef63da 100644 --- a/samples/aarch64-rpi3-linux-gnu/crosstool.config +++ b/samples/aarch64-rpi3-linux-gnu/crosstool.config @@ -1,6 +1,6 @@ CT_ARCH_ARM=y -CT_ARCH_64=y CT_ARCH_CPU="cortex-a53" +CT_ARCH_64=y CT_TARGET_VENDOR="rpi3" CT_KERNEL_LINUX=y CT_BINUTILS_LINKER_LD_GOLD=y -- cgit v1.2.3