summaryrefslogtreecommitdiff
path: root/samples/x86_64-unknown-linux-uclibc/crosstool.config
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-10 23:14:07 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-13 00:15:41 (GMT)
commit972c03d7f1f39fa6161ba83a90d2b347acf9b352 (patch)
treeeb89383e5c8cc6180366da59a89eb1461c7ca768 /samples/x86_64-unknown-linux-uclibc/crosstool.config
parenta173dfa93937d835b10f3b460faaa652a017f035 (diff)
samples: Update samples to use default uClibc-ng config
This commit removes per-sample configuration files for uClibc and falls back to using the default config file in contrib/uClibc-defconfigs. Only one sample is broken: * powerpc-unknown-linux-uclibc * breaks on dmalloc I will come back and work on the dmalloc failure later, but I don't want it to hold up getting uClibc-ng out in ct-ng. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'samples/x86_64-unknown-linux-uclibc/crosstool.config')
-rw-r--r--samples/x86_64-unknown-linux-uclibc/crosstool.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config
index 0e0dbb9..ef1ed9d 100644
--- a/samples/x86_64-unknown-linux-uclibc/crosstool.config
+++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config
@@ -10,8 +10,7 @@ CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_uClibc=y
-CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
-CT_LIBC_UCLIBC_LOCALES=y
+CT_LIBC_UCLIBC_WCHAR=y
CT_CC_LANG_CXX=y
CT_CC_EXTRA_CONFIG_ARRAY="--disable-libsanitizer"
CT_DEBUG_dmalloc=y