mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
a43f48b710
mandoc can't be cross compiled easily since all configure checks rely on executing a binary built using $CC. We can however still do “native” cross compilation like pkgsStatic and pkgsLLVM. To facilitate this, the following changes are required: * Set the correct AR to use in configure.local * Inform users that cross compilation will fail via a throw if the build platform can't execute the host platform's binaries. |
||
---|---|---|
.. | ||
default.nix |