Explorar o código

cxxtools: set atomictype, probe fails

Waldemar Brodkorb %!s(int64=10) %!d(string=hai) anos
pai
achega
b104f874f9
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      package/cxxtools/Makefile

+ 3 - 0
package/cxxtools/Makefile

@@ -23,6 +23,9 @@ $(eval $(call PKG_template,CXXTOOLS,cxxtools,${PKG_VERSION}-${PKG_RELEASE},${PKG
 ifeq ($(ADK_TARGET_ARCH_XTENSA),y)
 CONFIGURE_ARGS+=	--with-atomictype=generic
 endif
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI3),y)
+CONFIGURE_ARGS+=	--with-atomictype=pthread
+endif
 CONFIGURE_ARGS+=	--disable-demos \
 			--disable-unittest