mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
12 lines
530 B
Diff
12 lines
530 B
Diff
error: use of undeclared identifier 'user_vfp' on armv7
|
|
--- a/third_party/crashpad/crashpad/util/linux/thread_info.h
|
|
+++ b/third_party/crashpad/crashpad/util/linux/thread_info.h
|
|
@@ -273,7 +273,7 @@ union FloatContext {
|
|
"Size mismatch");
|
|
#elif defined(ARCH_CPU_ARMEL)
|
|
static_assert(sizeof(f32_t::fpregs) == sizeof(user_fpregs), "Size mismatch");
|
|
-#if !defined(__GLIBC__)
|
|
+#if defined(OS_ANDROID)
|
|
static_assert(sizeof(f32_t::vfp) == sizeof(user_vfp), "Size mismatch");
|
|
#endif
|
|
#elif defined(ARCH_CPU_ARM64)
|