curlbuild.h.dist: fix GCC build on ARM systems without configure script
Bug: http://curl.haxx.se/bug/view.cgi?id=1205 Reported by: technion
This commit is contained in:
parent
bd649ac1c5
commit
c5a08af579
@ -527,7 +527,7 @@
|
||||
/* ===================================== */
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# if defined(__i386__) || defined(__ppc__)
|
||||
# if defined(__i386__) || defined(__ppc__) || defined(__arm__)
|
||||
# define CURL_SIZEOF_LONG 4
|
||||
# define CURL_TYPEOF_CURL_OFF_T long long
|
||||
# define CURL_FORMAT_CURL_OFF_T "lld"
|
||||
|
Loading…
Reference in New Issue
Block a user