Browse Source

hopefully get it right with teh if else construct

Waldemar Brodkorb 12 năm trước cách đây
mục cha
commit
afeecde922
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      toolchain/gcc/Makefile

+ 3 - 1
toolchain/gcc/Makefile

@@ -61,11 +61,13 @@ endif
 
 ifeq ($(ARCH),m68k)
 GCC_CONFOPTS+=		--disable-tls
-else if ($(ARCH),cris)
+else 
+if ($(ARCH),cris)
 GCC_CONFOPTS+=		--disable-tls
 else
 GCC_CONFOPTS+=		--enable-tls
 endif
+endif
 
 ifeq ($(ARCH),powerpc)
 ifeq ($(ADK_TARGET_LIBC),musl)