Skip to content

Commit 0d93451

Browse files
committed
update toolchain config
1 parent 84828bd commit 0d93451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toolchain-mipsel/samples/mipsel-linux-uclibc/crosstool.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CT_LINUX_CUSTOM_LOCATION="${CT_TOP_DIR}/../trunk/linux-4.4.x"
2323
CT_LINUX_V_4_4=y
2424
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
2525
CT_LIBC_UCLIBC_NG=y
26-
CT_UCLIBC_NG_V_1_0_38=y
26+
UCLIBC_NG_VERY_NEW=y
2727
CT_UCLIBC_NG_SRC_CUSTOM=y
2828
CT_UCLIBC_NG_CUSTOM_LOCATION="${CT_TOP_DIR}/../trunk/libc/uClibc-ng-1.0.42"
2929
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_TOP_DIR}/../trunk/configs/boards/uclibc-mipsel.config"
@@ -36,3 +36,4 @@ CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld"
3636
CT_CC_GCC_CONFIG_TLS=y
3737
# CT_CC_GCC_USE_GRAPHITE is not set
3838
CT_CC_LANG_CXX=y
39+

0 commit comments

Comments
 (0)