summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-16 07:27:47 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-16 07:27:47 +0100
commit4e41871d718048a3ef18dfe10607745cc94b7fc4 (patch)
tree083e6c77ff9d9ce05b4555601a3841eea1cd96bf /toolchain/gcc/Makefile
parenta238192abad686137d611f6d78bdba8d0b6672ba (diff)
good bye cris, hardware is eol, latest toolchain is broken, qemu emulator support is bad, kernel needs patches for serial and network
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index f82332702..66cdf26ab 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -61,13 +61,9 @@ endif
ifeq ($(ARCH),m68k)
GCC_CONFOPTS+= --disable-tls
-else
-ifeq ($(ARCH),cris)
-GCC_CONFOPTS+= --disable-tls
else
GCC_CONFOPTS+= --enable-tls
endif
-endif
ifeq ($(ARCH),powerpc)
ifeq ($(ADK_TARGET_LIBC),musl)