Skip to content

Commit

Permalink
databases/galera: don't build on powerpc
Browse files Browse the repository at this point in the history
Same issue as on i386.
  • Loading branch information
pkubaj committed Jun 30, 2021
1 parent c67a646 commit 58239c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databases/galera/Makefile
Expand Up @@ -15,7 +15,7 @@ BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__
BROKEN_armv6= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
BROKEN_armv7= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
BROKEN_riscv64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS= i386 powerpc
# On i386 older versions of clang produce:
# cannot compile this atomic library call yet ... __atomic_add_fetch
# whereas newer ones generate a call to __atomic_add_fetch which ends up with
Expand All @@ -25,6 +25,7 @@ NOT_FOR_ARCHS= i386
# https://bugs.llvm.org//show_bug.cgi?id=24908
# https://tracker.crystax.net/issues/1263
NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386
NOT_FOR_ARCHS_REASON_powerpc=Uses 64 bit atomics that clang cannot generate on i386

BUILD_DEPENDS= checkmk:devel/check \
${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \
Expand Down

0 comments on commit 58239c0

Please sign in to comment.