forked from pool/glibc
Dirk Mueller
78afe2b062
- just use %arm for right arm architectures OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=114
14 lines
172 B
Diff
14 lines
172 B
Diff
--- x86.S
|
|
+++ x86.S
|
|
@@ -196,8 +196,8 @@
|
|
hlt
|
|
jmp BF_die
|
|
|
|
-#endif
|
|
-
|
|
#if defined(__ELF__) && defined(__linux__)
|
|
.section .note.GNU-stack,"",@progbits
|
|
#endif
|
|
+
|
|
+#endif
|