summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-14 17:13:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-14 17:13:06 +0100
commitbe224b00592655208580afc6164961eea47c5a49 (patch)
treec644c62d67ebb6971a1bc5594544ce4b13660203 /toolchain
parent0d383fcba7447769559c8ee0a5ca0bf5e0b1685f (diff)
parente8c23f19ce40c7c374d1f1c12da9da58e09ed587 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index d7527442f..f93f9d7cf 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -19,6 +19,7 @@ GCC_CONFOPTS= --prefix=$(STAGING_HOST_DIR) \
--disable-__cxa_atexit \
--with-gnu-ld \
--with-gnu-as \
+ --enable-tls \
--disable-libsanitizer \
--disable-libitm \
--disable-libmudflap \
@@ -64,16 +65,6 @@ else
GCC_CONFOPTS+= --disable-lto
endif
-ifeq ($(ARCH),m68k)
-ifeq ($(ADK_TARGET_LIBC),uclibc)
-GCC_CONFOPTS+= --disable-tls
-else
-GCC_CONFOPTS+= --enable-tls
-endif
-else
-GCC_CONFOPTS+= --enable-tls
-endif
-
ifeq ($(ADK_LINUX_PPC),y)
ifeq ($(ADK_TARGET_LIBC),uclibc)
GCC_CONFOPTS+= --disable-target-optspace --with-long-double-128 --enable-secureplt