summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-23 14:46:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-23 14:46:25 +0200
commit6433416b4ab7246ebb9fc63c72eb53a844fd6145 (patch)
treed523146ebc259985e5a2efe7bdc2ab874273fba0 /toolchain/gcc
parentafeecde92280c6ee0f8e8cfe5d631db039ab5c45 (diff)
another try to get it right
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 634bea2f1..775f871c1 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -62,7 +62,7 @@ endif
ifeq ($(ARCH),m68k)
GCC_CONFOPTS+= --disable-tls
else
-if ($(ARCH),cris)
+ifeq ($(ARCH),cris)
GCC_CONFOPTS+= --disable-tls
else
GCC_CONFOPTS+= --enable-tls