mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-04 13:44:33 +01:00
Added riscv and riscv64 support for Linux
Change-Id: I62cd157d00a87720db001072662a81d8eb9112b0 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3873291 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
e059dad5ea
commit
28cf16bc34
37 changed files with 4901 additions and 48 deletions
3
src/third_party/curl/curlbuild.h
vendored
3
src/third_party/curl/curlbuild.h
vendored
|
|
@ -156,7 +156,8 @@
|
|||
/* The size of `long', as computed by sizeof. */
|
||||
#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \
|
||||
defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64) || \
|
||||
defined(__powerpc64__) || defined(__s390x__) || defined(__LP64__)
|
||||
defined(__powerpc64__) || defined(__s390x__) || defined(__LP64__) || \
|
||||
(defined(__riscv) && __riscv_xlen == 64)
|
||||
#define CURL_SIZEOF_LONG 8
|
||||
#else
|
||||
#define CURL_SIZEOF_LONG 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue