Skip to content

Commit fce554b

Browse files
authored
gold only on linux, !android, !musl (#1875)
We should not enable gold on aarch32 for every target platform. I believe the target platform gates are enough.
1 parent af6be5d commit fce554b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/ghc/default.nix

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ let self =
6868
# use gold as the linker on linux to improve link times
6969
# do not use it on musl due to a ld.gold bug. See: <https://sourceware.org/bugzilla/show_bug.cgi?id=22266>.
7070
(stdenv.targetPlatform.isLinux && !stdenv.targetPlatform.isAndroid && !stdenv.targetPlatform.isMusl)
71-
|| stdenv.targetPlatform.isAarch32
7271

7372
, ghc-version ? src-spec.version
7473
, ghc-version-date ? null

0 commit comments

Comments
 (0)