nixpkgs/pkgs/development/tools/misc/binutils
Sergei Trofimovich d381e51fb5
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.
2023-02-12 14:40:29 +01:00
..
2.38
0001-libtool.m4-update-macos-version-detection-block.patch
0001-Revert-libtool.m4-fix-nm-BSD-flag-detection.patch
0001-Revert-libtool.m4-fix-the-NM-nm-over-here-B-option-w.patch
always-search-rpath.patch
avr-size.patch
default.nix binutils: try to move headers around only when --host/--target differ (#215989) 2023-02-12 14:40:29 +01:00
deterministic.patch
libbfd.nix binutils: consolidate plugin-api.h support in a single 2023-01-30 22:23:36 +00:00
libopcodes.nix binutils: consolidate plugin-api.h support in a single 2023-01-30 22:23:36 +00:00
mips64-default-n64.patch
plugins-no-BINDIR.patch binutils: 2.39 -> 2.40 2023-01-27 23:16:45 +00:00
ppc-make-machine-less-strict.patch
support-ios.patch
windres-locate-gcc.patch