On Thu, 23 Jun 2022 at 21:23, John Baldwin <j...@freebsd.org> wrote: > > This broke the cross-build on macOS (the GitHub jobs are failing on main now). > > Looks like macOS's linker doesn't like '-z relro'.
Interesting. I see that the cross-build jobs install Clang and LLD on Ubuntu, but only Clang (via brew install ...) on MacOS. Do you know what linker is getting used in this case?