MT#55447 fix ARM compile error

ref: https://github.com/nodejs/node/pull/38312

Change-Id: Ib231e6d1499432701ca6d08ecc5efa5d765ce5ac
pull/1640/head
Richard Fuchs 2 years ago
parent 884a2bcb81
commit e80d380b33

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

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

Loading…
Cancel
Save