mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
b4191b23a8
Restrict kernel to 5.11 and below (support for this arch has been dropped in 5.12); rename the sample to match its name as printed by `ct-ng show-tuple` (otherwise, `make saveconfig` does not update the sample's configuration). Signed-off-by: Alexey Neyman <stilor@att.net>
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_EXPERIMENTAL=y
|
|
CT_ARCH_C6X=y
|
|
CT_OMIT_TARGET_VENDOR=y
|
|
CT_MULTILIB=y
|
|
CT_KERNEL_LINUX=y
|
|
CT_ARCH_BINFMT_FDPIC=y
|
|
CT_LIBC_UCLIBC_NG=y
|
|
CT_UCLIBC_NG_SRC_DEVEL=y
|
|
CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git"
|
|
CT_THREADS_LT=y
|
|
CT_CC_LANG_CXX=y
|