mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
libgcc: take from gcc unless explicitly overridden
This commit is contained in:
parent
f445f64207
commit
fcaa5a7556
@ -18911,9 +18911,7 @@ with pkgs;
|
|||||||
|
|
||||||
librarian-puppet-go = callPackage ../development/tools/librarian-puppet-go { };
|
librarian-puppet-go = callPackage ../development/tools/librarian-puppet-go { };
|
||||||
|
|
||||||
libgcc = callPackage ../development/libraries/gcc/libgcc {
|
libgcc = stdenv.cc.cc.libgcc or null;
|
||||||
stdenvNoLibs = gccStdenvNoLibs; # cannot be built with clang it seems
|
|
||||||
};
|
|
||||||
|
|
||||||
# This is for e.g. LLVM libraries on linux.
|
# This is for e.g. LLVM libraries on linux.
|
||||||
gccForLibs =
|
gccForLibs =
|
||||||
|
Loading…
Reference in New Issue
Block a user