summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/llvm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index c0b2eec3ca..a0f47447be 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -663,7 +663,7 @@ output), and Binutils.")
(rename-file (string-append #$output "/share/opt-viewer")
opt-viewer-share))))
;; The build daemon goes OOM on i686-linux on this phase.
- #$@(if (and (version>=? version "16.0")
+ #$@(if (and (version>=? version "15.0")
(target-x86-32?))
#~((delete 'make-dynamic-linker-cache))
#~()))))