summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-02-12 13:40:29 +0000
committerGitHub <noreply@github.com>2023-02-12 14:40:29 +0100
commitd381e51fb567e23039f17fdf28576dd6b341911d (patch)
treea1ce4573baf6fdf31c1169fbf8604ed37eb85b65 /pkgs/shells/bash
parentb5ace1ffc029c4fea5ab2344c0a77e459b3df4ed (diff)
downloadnixpkgs-d381e51fb567e23039f17fdf28576dd6b341911d.tar
nixpkgs-d381e51fb567e23039f17fdf28576dd6b341911d.tar.gz
nixpkgs-d381e51fb567e23039f17fdf28576dd6b341911d.tar.bz2
nixpkgs-d381e51fb567e23039f17fdf28576dd6b341911d.tar.lz
nixpkgs-d381e51fb567e23039f17fdf28576dd6b341911d.tar.xz
nixpkgs-d381e51fb567e23039f17fdf28576dd6b341911d.tar.zst
nixpkgs-d381e51fb567e23039f17fdf28576dd6b341911d.zip
binutils: try to move headers around only when --host/--target differ (#215989)
Without the change `pkgsMusl.pkgsStatic.buildPackages.binutils.bintools`
build fails as:

    $ ln: failed to create symbolic link './include': File exists

This happens because both host and target are `x86_64-unknown-linux-musl`.
But `hostPlatform` differs from `targetPlatform` by `isStatic` value.

By `./configure`'s standard it's not yet a cross-compilation. The change
tries to move things around only when tuples change.
Diffstat (limited to 'pkgs/shells/bash')
0 files changed, 0 insertions, 0 deletions