nixpkgs/pkgs/stdenv/linux
Will Dietz 4d9f9f171b make-bootstrap-tools: fix with latest coreutils
Since gcc.lib/lib64 is a symlink to 'lib', the use of
"lib*/libgcc_s.so*" triggered a warning (error) with
the latest coreutils.  Essentially we were doing:

$ cp a/x b/x y/

And latest coreutils rejects such invocations.

Just copy from 'lib', lib64 is a link to it anyway.

* Nothing else in this file bothers looking at lib*
* AFAICT lib* only ever possibly matched lib64 anyway
2018-09-23 14:54:09 -05:00
..
bootstrap-files x86_64-musl bootstrap: use separate 64bit busybox 2018-02-13 09:45:05 -06:00
bootstrap-tools [RFC] ppc64le enablement (#45340) 2018-08-21 15:31:34 -04:00
bootstrap-tools-musl musl bootstrap: remove libiconv 2018-04-24 21:27:28 -05:00
default.nix Merge pull request #46857 from obsidiansystems/darwin-to-linux-prep 2018-09-18 16:52:30 -04:00
make-bootstrap-tools-cross.nix [RFC] ppc64le enablement (#45340) 2018-08-21 15:31:34 -04:00
make-bootstrap-tools.nix make-bootstrap-tools: fix with latest coreutils 2018-09-23 14:54:09 -05:00