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 { };
|
||||
|
||||
libgcc = callPackage ../development/libraries/gcc/libgcc {
|
||||
stdenvNoLibs = gccStdenvNoLibs; # cannot be built with clang it seems
|
||||
};
|
||||
libgcc = stdenv.cc.cc.libgcc or null;
|
||||
|
||||
# This is for e.g. LLVM libraries on linux.
|
||||
gccForLibs =
|
||||
|
Loading…
Reference in New Issue
Block a user