mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #40930 from obsidiansystems/binutils-always-patch
binutils: Always apply Aarch64 patch
This commit is contained in:
commit
75638e2de9
1 changed files with 1 additions and 2 deletions
|
@ -64,8 +64,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=22868
|
||||
./gold-symbol-visibility.patch
|
||||
] ++ stdenv.lib.optional targetPlatform.isiOS ./support-ios.patch
|
||||
++ stdenv.lib.optionals targetPlatform.isAarch64 [
|
||||
|
||||
# Version 2.30 introduced strict requirements on ELF relocations which cannot
|
||||
# be satisfied on aarch64 platform. Add backported fix from bugzilla.
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=22764
|
||||
|
|
Loading…
Reference in a new issue