Trying to fix s390x build fail

This commit is contained in:
Jan Horak 2017-06-12 23:48:03 +02:00
parent 422c357017
commit cf4a4e4ca9

View File

@ -7,7 +7,7 @@ diff -up firefox-54.0/toolkit/crashreporter/google-breakpad/src/third_party/curl
#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \
- defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64)
+ defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64) || \
+ defined(__PPC64__) || defined(__pcc64le__) || defined(__S390X__)
+ defined(__PPC64__) || defined(__pcc64le__) || defined(__S390X__) || defined(__s390x__)
#define CURL_SIZEOF_LONG 8
#else
#define CURL_SIZEOF_LONG 4