From 22e4a3f4334ee74233e40e19f3a72187eed3bb91 Mon Sep 17 00:00:00 2001 From: hyc Date: Mon, 8 May 2017 18:10:39 +0100 Subject: Fix samples defaulted to glibc Since glibc is no longer the default C library --- samples/aarch64-unknown-linux-gnueabi/crosstool.config | 1 + 1 file changed, 1 insertion(+) (limited to 'samples/aarch64-unknown-linux-gnueabi') diff --git a/samples/aarch64-unknown-linux-gnueabi/crosstool.config b/samples/aarch64-unknown-linux-gnueabi/crosstool.config index e3a393af..8ff183c4 100644 --- a/samples/aarch64-unknown-linux-gnueabi/crosstool.config +++ b/samples/aarch64-unknown-linux-gnueabi/crosstool.config @@ -6,5 +6,6 @@ CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y CT_BINUTILS_PLUGINS=y +CT_LIBC_glibc=y CT_CC_LANG_CXX=y CT_DEBUG_gdb=y -- cgit v1.2.3