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