tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
binutils: and apply in right order
Will Dietz
7 years ago
cd836b57
aee77e66
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
binutils
default.nix
+1
-1
pkgs/development/tools/misc/binutils/default.nix
···
58
58
# https://sourceware.org/bugzilla/show_bug.cgi?id=23428
59
59
# un-break features so linking against musl doesn't produce crash-only binaries
60
60
./0001-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch
61
61
-
./0001-x86-Properly-add-X86_ISA_1_NEEDED-property.patch
62
61
./0001-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch
62
62
+
./0001-x86-Properly-add-X86_ISA_1_NEEDED-property.patch
63
63
] ++ lib.optional stdenv.targetPlatform.isiOS ./support-ios.patch;
64
64
65
65
outputs = [ "out" "info" "man" ];