Mathieu Othacehe writes: > 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. Yeah, I was trying to test the cross-compiling case, but I think something else fails regardless. Anyway, I've pushed something similar to what Maxime suggested as fd549750d9ab23a0505aeb4c03e1299e860a4f16. Thanks, CHris