nixpkgs/pkgs/development/compilers/gcc
Adam Joseph 36f5b2e42b gcc.libgcc: compare host and target platforms, rathern than their triples
The rest of our gcc expression prepends "${targetPlatform.config}-"
to paths and binaries if `hostPlatform!=targetPlatform`.  The
`libgcc.nix` expression was using
'hostPlatform.config!=targetPlatform.config`, which caused it to
look in the wrong place when moving files.  This commit corrects that.
2023-11-04 05:58:23 +00:00
..
common gcc.libgcc: compare host and target platforms, rathern than their triples 2023-11-04 05:58:23 +00:00
patches gcc.patches: For gcc49 apply libsanitizer-no-cyclades-9 patch later 2023-09-02 21:49:08 +03:00
default.nix Merge staging-next into staging 2023-09-22 00:02:40 +00:00