Try fixing junk on armv7

This commit is contained in:
Alfredo Tupone 2026-05-20 23:51:26 +02:00
parent 0fa5376f74
commit c614637c9e
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@
#endif #endif
#if defined(__linux__) && defined(__ELF__) #if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,""
#endif #endif
#endif #endif

View File

@ -511,7 +511,7 @@
#endif #endif
#if defined(__linux__) && defined(__ELF__) #if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,""
#endif #endif
#endif #endif