Explorar el Código

hopefully get it right with teh if else construct

Waldemar Brodkorb hace 12 años
padre
commit
afeecde922
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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)