Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc: fix c++ headers when same triplet cross compiling
When build platform and host platform differ, but have the same triple, the code in nixpkgs will consider it a cross compilation, but gcc won't. This will lead some derivations to look for c++ headers in the wrong place. To solve this always output the headers in the non-cross location, like we do for the other gcc headers already.
- Loading branch information
1cf2d73
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure the root case, but this commit broke lxc on aarch64 as docbook2man version is no longer correctly detected through meson. It all seems a bit odd to me, and slightly disconcerting, but I've patched around it in lxc for now
#285280