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