Explicitly disable executable stacks in the syscall stubs on all
architectures. Previously, aarch64 and riscv64 didn't include the
.note.GNU-stack note due to an apparent oversight and it being opt-in.
This appears to have been harmless in practice, but better to be clear
in case a different compiler/linker has different defaults.
Reported by: jrtc27