From: Debian Science Team Date: Sun, 14 Sep 2025 09:34:16 +0000 (+0200) Subject: Fix FTBFS on armhf X-Git-Tag: archive/raspbian/0.3.30+ds-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=591c08dd0999f0787c0c6073deddfaa644833e15;p=openblas.git Fix FTBFS on armhf Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/8d11e4630c1e92437636d016f35ad48395b62b4f Reviewed-by: Sébastien Villemot Last-Update: 2025-09-03 Last-Update: 2025-09-03 Gbp-Pq: Name armhf-cpuid-asm.patch --- diff --git a/cpuid.S b/cpuid.S index 295917b..a8f5f8b 100644 --- a/cpuid.S +++ b/cpuid.S @@ -66,5 +66,9 @@ _cpuid: #endif #if defined(__ELF__) && defined(__linux__) +#if defined(__arm__) + .section .note.GNU-stack,"",%progbits +#else .section .note.GNU-stack,"",@progbits #endif +#endif