Mark as not for powerpc*/sparc64:
-- Check if the system is big endian - big endian CMake Error at CMakeLists.txt:24 (message): solidity currently does not support big endian systems. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
6eda172993
commit
ef5565900b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509599
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ LICENSE= GPLv3
|
|||
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
|
||||
LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp
|
||||
|
||||
NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64
|
||||
NOT_FOR_ARCHS_REASON= solidity currently does not support big endian systems
|
||||
|
||||
USES= cmake compiler:c++14-lang
|
||||
|
||||
OPTIONS_DEFINE= Z3 CVC4
|
||||
|
|
Loading…
Reference in a new issue