diff options
author | fanquake <fanquake@gmail.com> | 2024-05-10 14:04:18 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-05-22 08:51:34 +0100 |
commit | e8c25e8a35e333e90514945c592557615641553f (patch) | |
tree | 0e2a1357431deb20007a96d479e68d6a9b6e3ffb | |
parent | 555fddf646265f7e57a416dc64b171f2c9460e20 (diff) |
guix: drop binutils from macOS env
-rw-r--r-- | contrib/guix/manifest.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 38ff08b699..40500ccb88 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -532,7 +532,6 @@ inspecting signatures in Mach-O binaries.") ((string-contains target "darwin") (list ;; Native GCC 11 toolchain gcc-toolchain-11 - binutils clang-toolchain-17 lld-17 (make-lld-wrapper lld-17 #:lld-as-ld? #t) |