glibc/crypt_blowfish-1.2-hack_around_arm.diff
Stephan Kulow 34872e78b0 Accepting request 90938 from Base:System
- fix building with ports again:
  * ifuncs tracing backport requires adjustments
- avoid using asynchronous-unwind-tables only during configure,
  but still built the library with unwind tables enabled
- replace arm build hack with a proper solution
------------------------------------------------------------------
- armv8l architecture does not exist (forwarded request 90934 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/90938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=92
2011-11-14 10:52:27 +00:00

10 lines
180 B
Diff

--- x86.S
+++ x86.S
@@ -199,5 +199,5 @@
#endif
#if defined(__ELF__) && defined(__linux__)
-.section .note.GNU-stack,"",@progbits
+.section .note.GNU-stack,"",%progbits
#endif