Toolchain: ld complains about crtn.o: missing .note.GNU-stack
I'm not sure where this issue belongs. Compiling a C program sometimes produces the warning
/mnt/redox/prefix/x86_64-unknown-redox/relibc-install/bin/../lib/gcc/x86_64-unknown-redox/13.2.0/../../../../x86_64-unknown-redox/bin/ld: warning: /mnt/redox/prefix/x86_64-unknown-redox/relibc-install/bin/../lib/gcc/x86_64-unknown-redox/13.2.0/crtn.o: missing .note.GNU-stack section implies executable stack
I don't understand when the warning is produced or if it is relevant. 4lDO2 suggested it should be disabled.