summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-30 15:20:10 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-30 15:20:10 +0200
commitfdbacb0e3c72099d1358384a13233371470f87ce (patch)
tree219b29aa3adf50ede4868fda807303baadb7a8e7
parent7efb4d67c0ca618f5021120801b47d064b79ced5 (diff)
downloadembtoolkit-fdbacb0e3c72099d1358384a13233371470f87ce.tar.gz
embtoolkit-fdbacb0e3c72099d1358384a13233371470f87ce.tar.bz2
embtoolkit-fdbacb0e3c72099d1358384a13233371470f87ce.tar.xz
Toolchain:musl/mips: remove --disable-tls workaround as it is fixed upstream now
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/gcc/gcc.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/toolchain/gcc/gcc.mk b/core/toolchain/gcc/gcc.mk
index afcf5ca..a678eb2 100644
--- a/core/toolchain/gcc/gcc.mk
+++ b/core/toolchain/gcc/gcc.mk
@@ -116,10 +116,6 @@ pembtk_gcc3_extraopts-y := --disable-symvers
pembtk_gcc3_extraopts-$(CONFIG_EMBTK_GCC_LANGUAGE_JAVA) += --enable-java-home
pembtk_gcc3_extraopts-$(CONFIG_KEMBTK_UCLIBC_LINUXTHREADS_OLD) += --disable-tls
pembtk_gcc3_extraopts-$(CONFIG_EMBTK_CLIB_UCLIBC) += --disable-libsanitizer
-# FIXME: remove this when c++ exceptions will be fixed (in musl,libgcc?)
-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)