curlbuild.h: Fix non-configure compiling to mips and sh4 targets

This commit is contained in:
Richard Hosking 2015-10-16 21:29:29 +01:00 committed by Daniel Stenberg
parent 2b98cb57c4
commit 684816cd9b
1 changed files with 2 additions and 1 deletions

View File

@ -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"