binutils: Always apply Aarch64 patch
Otherwise various things which depend on `--enable-targets=all` lib{bfd,opcodes}...like LLVM.
This commit is contained in:
parent
0106dfcbeb
commit
afc439d57b
@ -64,13 +64,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=22868
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=22868
|
||||||
./gold-symbol-visibility.patch
|
./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
|
# Version 2.30 introduced strict requirements on ELF relocations which cannot
|
||||||
# be satisfied on aarch64 platform. Add backported fix from bugzilla.
|
# be satisfied on aarch64 platform. Add backported fix from bugzilla.
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=22764
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=22764
|
||||||
./relax-R_AARCH64_ABS32-R_AARCH64_ABS16-absolute.patch
|
./relax-R_AARCH64_ABS32-R_AARCH64_ABS16-absolute.patch
|
||||||
];
|
] ++ stdenv.lib.optional targetPlatform.isiOS ./support-ios.patch;
|
||||||
|
|
||||||
outputs = [ "out" "info" "man" ];
|
outputs = [ "out" "info" "man" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user