Skip to content
Snippets Groups Projects
Commit 391817e2 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

ARMv7 doesn't support @progbits, try %progbits

parent c350764c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4443 passed
......@@ -93,7 +93,7 @@ main(int argc, char **argv)
mangle = "_";
}
if (strcmp(argv[1], "linux") == 0) {
gnustack = ".section .note.GNU-stack, \"\", @progbits\n";
gnustack = ".section .note.GNU-stack, \"\", %progbits\n";
}
fprintf(s,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment