mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
MacOSX: various changes for assembly files build. Don't use 32-bit assembly code of SHA-512 since it is not compatible with PIE configuration of OSX compiler (absolute addressing used)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
.ifndef WINABI
|
||||
.ifndef __YASM__
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
.endif
|
||||
Reference in New Issue
Block a user