diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 11:30:03 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 11:30:03 -0800 |
commit | b54d55c843defdf61c048d86d04adbc8b9edf0f0 (patch) | |
tree | 6b8f88efd8acac7d03fcb0c61c1d7074ff2182dd /samples/x86_64-unknown-linux-uclibc | |
parent | e78251b75158689ace2194e8c87aa7b7bb5ec951 (diff) | |
download | crosstool-ng-b54d55c843defdf61c048d86d04adbc8b9edf0f0.tar.gz crosstool-ng-b54d55c843defdf61c048d86d04adbc8b9edf0f0.tar.bz2 crosstool-ng-b54d55c843defdf61c048d86d04adbc8b9edf0f0.zip |
Samples: Update samples
This commit updates samples to latest config/ changes.
This closes #114
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'samples/x86_64-unknown-linux-uclibc')
-rw-r--r-- | samples/x86_64-unknown-linux-uclibc/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config index ef1ed9d5..f20362d0 100644 --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config +++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config @@ -11,8 +11,8 @@ 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_CC_EXTRA_CONFIG_ARRAY="--disable-libsanitizer" CT_DEBUG_dmalloc=y CT_DEBUG_duma=y CT_DEBUG_gdb=y |