diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-23 14:46:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-23 14:46:25 +0200 |
commit | 6433416b4ab7246ebb9fc63c72eb53a844fd6145 (patch) | |
tree | d523146ebc259985e5a2efe7bdc2ab874273fba0 | |
parent | afeecde92280c6ee0f8e8cfe5d631db039ab5c45 (diff) |
another try to get it right
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
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 |