소스 검색

another try to get it right

Waldemar Brodkorb 12 년 전
부모
커밋
6433416b4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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