Browse Source

another try to get it right

Waldemar Brodkorb 11 years ago
parent
commit
6433416b4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/gcc/Makefile

+ 1 - 1
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