mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-25 05:52:59 +00:00
MIPS64: Initial MIPS64 related change.
With this change Breakpad can be compiled for MIPS64, but it is not yet functional. Patch by Gordana Cmiljanovic <Gordana.Cmiljanovic@imgtec.com> Review URL: https://breakpad.appspot.com/6824002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1446 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
2
src/third_party/curl/curl.h
vendored
2
src/third_party/curl/curl.h
vendored
@@ -74,7 +74,7 @@
|
||||
require it! */
|
||||
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
|
||||
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
|
||||
defined(ANDROID)
|
||||
defined(__ANDROID__)
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
|
||||
2
src/third_party/curl/curlbuild.h
vendored
2
src/third_party/curl/curlbuild.h
vendored
@@ -155,7 +155,7 @@
|
||||
|
||||
/* The size of `long', as computed by sizeof. */
|
||||
#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \
|
||||
defined(__aarch64__)
|
||||
defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64)
|
||||
#define CURL_SIZEOF_LONG 8
|
||||
#else
|
||||
#define CURL_SIZEOF_LONG 4
|
||||
|
||||
Reference in New Issue
Block a user