summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-25 20:16:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-25 20:16:31 +0100
commite473446ff8a93fb8cdc52494b4d6ee15bc15bf61 (patch)
treedb11fdd0a3e2fac1e56675b04eb53be3e5d87895 /toolchain/gcc
parent86d7ffda38b870dc96035feb4788ae1589aab11c (diff)
first try to get glibc working for mips/arm (not working yet)
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 0fc5edc1d..5d4dc706b 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -34,6 +34,8 @@ endif
ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
GCC_CONFOPTS+= --disable-tls
+else
+GCC_CONFOPTS+= --enable-tls
endif
include ${TOPDIR}/mk/buildhlp.mk