summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2015-11-14 23:13:57 (GMT)
committerAlexey Neyman <stilor@att.net>2015-11-14 23:21:44 (GMT)
commit57dc5e69d2b83bd15673e59d5cf5c159c8492a6a (patch)
treef0711beb258a840ee67aadbfa52ff93df7f14406 /samples
parent10c0f278e9573ee188bcdf3afc7fca8a9ff2e72f (diff)
Remove --disable-libsanitizer.
It is now added automatically if CT_GCC_SANITIZER is not set - and that option depends on !UCLIBC. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r--samples/x86_64-unknown-linux-uclibc/crosstool.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config
index f20362d..6f724e6 100644
--- a/samples/x86_64-unknown-linux-uclibc/crosstool.config
+++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config
@@ -11,7 +11,6 @@ CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_uClibc=y
CT_LIBC_UCLIBC_WCHAR=y
-CT_CC_GCC_EXTRA_CONFIG_ARRAY="--disable-libsanitizer"
CT_CC_LANG_CXX=y
CT_DEBUG_dmalloc=y
CT_DEBUG_duma=y