Mathieu Othacehe schreef op di 29-06-2021 om 17:36 [+0200]: > Hey Chris, > > > + ,@(if (string=? (%current-system) > > + "x86_64-linux") > > + '("--enable-stack-protector") ; EFI-only for now > > + '()) > > Maybe we should also avoid this option when cross-compiling? Otherwise > it looks OK. Or rather, (string-prefix? (or (%current-target-system) (%current-system)) "x86_64") (or was it the other way around)? Greetings, Maxime.