Changeset View
Changeset View
Standalone View
Standalone View
devel/breakpad/files/patch-src_common_linux_memory__mapped__file.cc
- This file was added.
| Property | Old Value | New Value |
|---|---|---|
| fbsd:nokeywords | null | yes \ No newline at end of property \ No newline at end of property |
| svn:eol-style | null | native \ No newline at end of property |
| svn:mime-type | null | text/plain \ No newline at end of property |
It fails to build on i386.
Try:
-#if defined(__x86_64__) || defined(__aarch64__) || \ +#if defined(__x86_64__) || defined(__FreeBSD__) || defined(__aarch64__) || \ (defined(__mips__) && _MIPS_SIM == _ABI64)