mirror of
https://github.com/curl/curl.git
synced 2026-07-31 13:18:04 +03:00
Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are both
compatible, and otherwise the dependency generation phase of the build would throw warnings since the actual compiler isn't known at that time.
This commit is contained in:
parent
4b01dfe369
commit
74d3b80d70
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@
|
|||
# define CURL_SUFFIX_CURL_OFF_TU UL
|
||||
|
||||
#elif defined(__SYMBIAN32__)
|
||||
# if defined(__GCC32__)
|
||||
# if defined(__EABI__) /* Treat all ARM compilers equally */
|
||||
# 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