diff options
author | Alexey Neyman <stilor@att.net> | 2015-11-14 15:13:57 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-11-14 15:21:44 -0800 |
commit | 57dc5e69d2b83bd15673e59d5cf5c159c8492a6a (patch) | |
tree | f0711beb258a840ee67aadbfa52ff93df7f14406 | |
parent | 10c0f278e9573ee188bcdf3afc7fca8a9ff2e72f (diff) | |
download | crosstool-ng-57dc5e69d2b83bd15673e59d5cf5c159c8492a6a.tar.gz crosstool-ng-57dc5e69d2b83bd15673e59d5cf5c159c8492a6a.tar.bz2 crosstool-ng-57dc5e69d2b83bd15673e59d5cf5c159c8492a6a.zip |
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>
-rw-r--r-- | samples/x86_64-unknown-linux-uclibc/crosstool.config | 1 |
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 f20362d0..6f724e6f 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 |