diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-09-17 15:17:48 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-09-17 15:17:48 +0000 |
commit | ca2ab7494bbf96fe25d3828eada7db926c190fa3 (patch) | |
tree | eef68e69590d6b0790c5d5150f3f3e20a3fc01cb /community/chromium/musl-fixes.patch | |
parent | 1e57eb02118c44d627d93e78b1188861f30d98cf (diff) | |
download | aports-ca2ab7494bbf96fe25d3828eada7db926c190fa3.tar.bz2 aports-ca2ab7494bbf96fe25d3828eada7db926c190fa3.tar.xz |
community/chromium: more armhf fixes
Diffstat (limited to 'community/chromium/musl-fixes.patch')
-rw-r--r-- | community/chromium/musl-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/chromium/musl-fixes.patch b/community/chromium/musl-fixes.patch index 84dbc3825d..30334dcbf8 100644 --- a/community/chromium/musl-fixes.patch +++ b/community/chromium/musl-fixes.patch @@ -204,3 +204,14 @@ index 10f1c0d..8e86a2e 100644 namespace crashpad { +--- third_party/crashpad/crashpad/util/linux/thread_info.h.orig ++++ third_party/crashpad/crashpad/util/linux/thread_info.h +@@ -232,7 +232,7 @@ + "Size mismatch"); + #elif defined(ARCH_CPU_ARMEL) + static_assert(sizeof(f32_t::fpregs) == sizeof(user_fpregs), "Size mismatch"); +-#if !defined(__GLIBC__) ++#if !defined(__linux__) + static_assert(sizeof(f32_t::vfp) == sizeof(user_vfp), "Size mismatch"); + #endif + #elif defined(ARCH_CPU_ARM64) |