MT#55447 fix ARM compile error

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

Change-Id: Ib231e6d1499432701ca6d08ecc5efa5d765ce5ac
(cherry picked from commit e80d380b33)
mr11.3
Richard Fuchs 3 years ago
parent ada984d3ac
commit b0a994c5ac

@ -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