Message ID | 20220901222957.15383-5-marius@gnu.org |
---|---|
State | Accepted |
Headers | show |
Series | glibc 2.35 and GCC 11 | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 0e9cf771f7..060cfac2c9 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -634,11 +634,7 @@ (define-public clang-runtime-14 #~(modify-phases #$phases (add-after 'unpack 'change-directory (lambda _ - (chdir "compiler-rt"))))))) - (native-inputs - `(;; FIXME: libfuzzer fails to build with GCC 10. - ("gcc" ,gcc-11) - ,@(package-native-inputs template)))))) + (chdir "compiler-rt")))))))))) (define-public clang-14 (let ((template