summaryrefslogtreecommitdiff
path: root/core/toolchain/gcc/gcc.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-01 23:47:34 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-02 01:39:19 +0100
commitbe095a1ee029655802921172f0a1a8f87d053f72 (patch)
treefa10af5437b366faac27e2b2e158b5487fb8d2ab /core/toolchain/gcc/gcc.mk
parent39f7a079eb2cd2432cb12671066adb72ef9088dd (diff)
downloadembtoolkit-be095a1ee029655802921172f0a1a8f87d053f72.tar.gz
embtoolkit-be095a1ee029655802921172f0a1a8f87d053f72.tar.bz2
embtoolkit-be095a1ee029655802921172f0a1a8f87d053f72.tar.xz
Toolchain: gcc: add v4.9.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/gcc/gcc.mk')
-rw-r--r--core/toolchain/gcc/gcc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/toolchain/gcc/gcc.mk b/core/toolchain/gcc/gcc.mk
index c45fb70..3fca324 100644
--- a/core/toolchain/gcc/gcc.mk
+++ b/core/toolchain/gcc/gcc.mk
@@ -105,6 +105,7 @@ pembtk_gcc3_extraopts-$(CONFIG_KEMBTK_UCLIBC_LINUXTHREADS_OLD) += --disable-tls
ifeq ($(CONFIG_EMBTK_CLIB_MUSL)$(CONFIG_EMBTK_ARCH_MIPS),yy)
pembtk_gcc3_extraopts-y += --disable-tls
endif
+pembtk_gcc3_extraopts-$(CONFIG_EMBTK_CLIB_MUSL) += --disable-libsanitizer
GCC3_CONFIGURE_EXTRA_OPTIONS += $(pembtk_gcc3_extraopts-y)