[Mono-dev] boringssl - s390x support

Neale Ferguson neale at sinenomine.net
Mon Oct 10 18:21:35 UTC 2016


To get boringssl to build on s390x, the following patch is required. I am not sure if there are going to be others as I am not sure there are any endian issues (yet).

Neale


--- a/include/openssl/base.h

ﯯ b/include/openssl/base.h

@@ -90,6 ﯝ,8 @@ extern "C" {

 #elif defined(__pnacl__)

 #define OPENSSL_32_BIT

 #define OPENSSL_PNACL

#elif defined(__s390x__)

#define OPENSSL_64_BIT

 #else

 #error "Unknown target CPU"

 #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20161010/03f0899d/attachment.html>


More information about the Mono-devel-list mailing list