gnu: Remove llvm-3.6.

* gnu/packages/llvm.scm (llvm-3.6): Delete variable.
* gnu/packages/patches/llvm-3.6-fix-build-with-gcc-10.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister file.

Change-Id: Ideb23a850c9c4b3439d80eb1ed39a8485f3a3b07
This commit is contained in:
Andreas Enge 2025-08-19 21:59:41 +02:00
parent d5b489a77c
commit d11dcafc84
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
3 changed files with 0 additions and 27 deletions

View file

@ -1190,19 +1190,6 @@ Library.")
#:legacy-build-shared-libs? #t
#:patches '("clang-3.5-libc-search-path.patch")))
(define-public llvm-3.6
(package (inherit llvm-3.7)
(version "3.6.2")
(source
(origin
(method url-fetch)
(uri (llvm-uri "llvm" version))
(patches
(search-patches "llvm-3.6-fix-build-with-gcc-10.patch"))
(sha256
(base32
"153vcvj8gvgwakzr4j0kndc0b7wn91c2g1vy2vg24s6spxcc23gn"))))))
(define-public llvm-3.5
(package (inherit llvm-3.7)
(version "3.5.2")