nixpkgs/pkgs/development/libraries/glibc
sternenseemann e9b9bea261 glibc: include ldd and other scripts in cross-builds
Since the script interpreters are not patched (anymore?), no reference
to any shell is generated by the scripts in glibc's `bin` output:

```
$ nix-store --query --references /nix/store/nmfj3a2k2kr2lypndn37x6qbd8537f9b-glibc-riscv64-unknown-linux-gnu-2.33-50-bin
/nix/store/afgfd3vl3x5zx89awn3fjayn83yl9vcy-glibc-riscv64-unknown-linux-gnu-2.33-50
/nix/store/nmfj3a2k2kr2lypndn37x6qbd8537f9b-glibc-riscv64-unknown-linux-gnu-2.33-50-bin
```

This means that it's safe to include the scripts in glibc's bin output
even in cross builds. One interesting improvement for the future could
be to split these scripts into a separate derivation and properly patch
their script interpreter (currently they are using impure /bin/sh).
2021-11-04 13:05:59 +01:00
..
2.33-master.patch.gz glibc: 2.33-50 -> 2.33-55 2021-10-07 09:29:14 +00:00
allow-kernel-2.6.32.patch
common.nix glibc: include ldd and other scripts in cross-builds 2021-11-04 13:05:59 +01:00
darwin-cross-build.patch glibc: fix Darwin cross compilation for 2.32 2020-12-27 19:04:59 +01:00
default.nix glibc: Use pname and version 2021-05-10 20:56:33 +00:00
dont-use-system-ld-so-cache.patch glibc: 2.32-46 -> 2.33-45 2021-07-06 16:02:15 +02:00
dont-use-system-ld-so-preload.patch glibc/*.patch: revert no-op changes done in 447edaa3 2020-02-05 13:37:06 +01:00
fix_path_attribute_in_getconf.patch glibc/*.patch: revert no-op changes done in 447edaa3 2020-02-05 13:37:06 +01:00
fix-rpc-types-musl-conflicts.patch
fix-x64-abi.patch glibc/*.patch: revert no-op changes done in 447edaa3 2020-02-05 13:37:06 +01:00
info.nix glibc: Use pname and version 2021-05-10 20:56:33 +00:00
locales-builder.sh
locales.nix glibcLocales: Fix build for duplicates in locales list 2021-09-22 19:27:53 +02:00
multi.nix
nix-locale-archive.patch glibc/*.patch: revert no-op changes done in 447edaa3 2020-02-05 13:37:06 +01:00
nix-nss-open-files.patch glibc: add dependency on netbase /etc/protocols 2021-09-19 19:37:56 -07:00
rpcgen-path.patch glibc/*.patch: revert no-op changes done in 447edaa3 2020-02-05 13:37:06 +01:00