crosstool-ng/samples/tic6x-uclinux/crosstool.config
Alexey Neyman b4191b23a8 Update tic6x sample
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>
2022-02-11 00:47:51 -08:00

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