Hello Neale, Feel free to check this patch in.
From: Mono-devel-list <[email protected]> on behalf of Neale Ferguson <[email protected]> Date: Monday, October 10, 2016 at 2:21 PM To: Mono-Devel <[email protected]> Subject: [Mono-dev] boringssl - s390x support 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
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list
