summaryrefslogtreecommitdiff
path: root/samples/mips-ar2315-linux-gnu
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-07 05:18:43 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:57 (GMT)
commit1b207d0adc5f78f000a7d8ca4431515790639da9 (patch)
tree675da8e9b67376a6d61c4a51a769758356009f7f /samples/mips-ar2315-linux-gnu
parent4bd6d5f5603e9733852f18fb604eea8f04cd94cc (diff)
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 <stilor@att.net>
Diffstat (limited to 'samples/mips-ar2315-linux-gnu')
-rw-r--r--samples/mips-ar2315-linux-gnu/crosstool.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/mips-ar2315-linux-gnu/crosstool.config b/samples/mips-ar2315-linux-gnu/crosstool.config
index bd0a360..f9e79d7 100644
--- a/samples/mips-ar2315-linux-gnu/crosstool.config
+++ b/samples/mips-ar2315-linux-gnu/crosstool.config
@@ -1,11 +1,10 @@
CT_ARCH_MIPS=y
-CT_ARCH_ARCH="4kc"
CT_ARCH_TUNE="4kc"
+CT_ARCH_ARCH="4kc"
CT_ARCH_FLOAT_SW=y
CT_TARGET_VENDOR="ar2315"
CT_KERNEL_LINUX=y
CT_BINUTILS_PLUGINS=y
-CT_LIBC_GLIBC=y
CT_CC_GCC_mips_plt=y
CT_CC_LANG_CXX=y
CT_DEBUG_GDB=y