Explorar el Código

fix build with xtensa

Waldemar Brodkorb hace 11 años
padre
commit
c92f131df8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      package/cxxtools/Makefile

+ 3 - 0
package/cxxtools/Makefile

@@ -20,6 +20,9 @@ include ${TOPDIR}/mk/package.mk
 
 $(eval $(call PKG_template,CXXTOOLS,cxxtools,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
 
+ifeq ($(ADK_LINUX_XTENSA),y)
+CONFIGURE_ARGS+=	--with-atomictype=generic
+endif
 CONFIGURE_ARGS+=	--disable-demos \
 			--disable-unittest