From: Richard Hosking Date: Fri, 16 Oct 2015 20:29:29 +0000 (+0100) Subject: curlbuild.h: Fix non-configure compiling to mips and sh4 targets X-Git-Tag: curl-7_46_0~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=684816cd9b846a955947ef57e269b12e5224f408;p=curl curlbuild.h: Fix non-configure compiling to mips and sh4 targets --- diff --git a/include/curl/curlbuild.h.dist b/include/curl/curlbuild.h.dist index f09419a84..7bbaba9f8 100644 --- a/include/curl/curlbuild.h.dist +++ b/include/curl/curlbuild.h.dist @@ -528,7 +528,8 @@ #elif defined(__GNUC__) # if defined(__ILP32__) || \ - defined(__i386__) || defined(__ppc__) || defined(__arm__) || defined(__sparc__) + defined(__i386__) || defined(__ppc__) || defined(__arm__) || \ + defined(__sparc__) || defined(__mips__) || defined(__sh__) # define CURL_SIZEOF_LONG 4 # define CURL_TYPEOF_CURL_OFF_T long long # define CURL_FORMAT_CURL_OFF_T "lld"