Also mark NOT_FOR riscv64, like aarch64.
The error message is just slightly different: ./platform.h:172:2: error: Unable to determine endianness. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
This commit is contained in:
parent
abcb0e7a59
commit
51f649c21e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557338
@ -13,8 +13,8 @@ COMMENT= Utility for reading, writing, verifying, and erasing flash ROM chips
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NOT_FOR_ARCHS= aarch64
|
||||
NOT_FOR_ARCHS_REASON= ./hwaccess.h:126:2: error: Unable to determine endianness.
|
||||
NOT_FOR_ARCHS= aarch64 riscv64
|
||||
NOT_FOR_ARCHS_REASON= Unable to determine endianness.
|
||||
|
||||
LIB_DEPENDS= libpci.so:devel/libpci
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user