mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
curlbuild.h: Fix non-configure compiling to mips and sh4 targets
This commit is contained in:
parent
2b98cb57c4
commit
684816cd9b
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue