mirror of
https://github.com/minio/minio.git
synced 2025-12-08 08:42:43 -05:00
Simplify erasure package for OSX
This commit is contained in:
@@ -94,3 +94,14 @@
|
||||
%define BYTE(reg) reg %+ b
|
||||
|
||||
%define XWORD(reg) reg %+ x
|
||||
|
||||
%ifidn __OUTPUT_FORMAT__,elf32
|
||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||
section .text
|
||||
%endif
|
||||
|
||||
%ifidn __OUTPUT_FORMAT__,elf64
|
||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||
section .text
|
||||
%endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user