nixpkgs/pkgs/development/compilers/gcc/common
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
..
builder.nix gcc: move dll.a in lib64 to lib output too 2023-08-29 01:04:15 +03:00
checksum.nix
configure-flags.nix treewide: replace libc == "msvcrt" with isMinGW 2023-09-08 10:56:08 +00:00
dependencies.nix
extra-target-flags.nix
libgcc-buildstuff.nix gcc: create dummy crtstuff on S390 as well 2023-10-25 08:36:22 +00:00
libgcc.nix gcc.libgcc: compare host and target platforms, rathern than their triples 2023-11-04 05:58:23 +00:00
meta.nix
platform-flags.nix
pre-configure.nix gcc: always inhibit libc in cross with same configs 2023-10-10 10:58:44 +00:00
strip-attributes.nix