Update the actual error message seen on powerpc64.
Allow building on powerpc64le, but assume it will fail the same was as on powerpc64. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
464d40e0d0
commit
09417a164d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549963
@ -13,8 +13,9 @@ LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'
|
||||
BROKEN_powerpc64= fails to compile: g++6: error: unrecognized command line option '-mavx2'
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64
|
||||
BROKEN_powerpc64= fails to compile: highwayhash/arch_specific.cc:153:32: error: too few arguments to function sysctlbyname
|
||||
BROKEN_powerpc64le= fails to compile: highwayhash/arch_specific.cc:153:32: error: too few arguments to function sysctlbyname
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 powerpc64le
|
||||
ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
|
||||
|
||||
USES= compiler:c++11-lang gmake
|
||||
|
Loading…
Reference in New Issue
Block a user