mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Mark as BROKEN on riscv64:
galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var' Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
This commit is contained in:
parent
e812986234
commit
1ff2127b09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557203
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
|
||||
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
|
||||
# On i386 older versions of clang produce:
|
||||
# cannot compile this atomic library call yet ... __atomic_add_fetch
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= Synchronous multi-master replication engine
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN_riscv64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
|
||||
NOT_FOR_ARCHS= i386
|
||||
# On i386 older versions of clang produce:
|
||||
# cannot compile this atomic library call yet ... __atomic_add_fetch
|
||||
|
|
Loading…
Add table
Reference in a new issue