This commit is contained in:
georgewhewell
2018-04-17 16:21:28 +01:00
parent 542412ec7a
commit 5ce2d3355d
2 changed files with 136 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ stdenv.mkDerivation rec {
# https://sourceware.org/bugzilla/show_bug.cgi?id=22868
./gold-symbol-visibility.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
./relax-R_AARCH64_ABS32-R_AARCH64_ABS16-absolute.patch
];
outputs = [ "out" "info" "man" ];