bjornedstrom / python-sha3

Python implementation of FIPS SHA3 and SHAKE
Other
44 stars 18 forks source link

How to cross compile it on x86 for other platform such as s390x? #9

Open amber-zhang opened 6 years ago

amber-zhang commented 6 years ago

As topic said, how to cross compile it on x86 for s390x? export CC? and what else?