]> granicus.if.org Git - curl/commitdiff
Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are both
authorDan Fandrich <dan@coneharvesters.com>
Tue, 26 Aug 2008 22:36:03 +0000 (22:36 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 26 Aug 2008 22:36:03 +0000 (22:36 +0000)
compatible, and otherwise the dependency generation phase of the build
would throw warnings since the actual compiler isn't known at that time.

include/curl/curlbuild.h.dist

index d5dc57597e7fd31a33764fb086e61ad2e002d86f..eacf6ad3b1e1ce83bf388f293047820a7d72cbfd 100644 (file)
 #  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"