toolchain use glibc instead of musl

This commit is contained in:
2019-04-04 00:21:51 +02:00
parent 0a0ebb6cf6
commit 274ebee99f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ BR2_x86_64=y
BR2_SVN="svn"
BR2_DL_DIR="$(BUILDS_ROOT)/dl"
BR2_HOST_DIR="$(WORKSPACE_DIR)/cross"
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_KERNEL_HEADERS_4_14=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_GCC_ENABLE_LTO=y