gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14.

* gnu/packages/gcc.scm (gcc-11): Update to 11.5.0.

Change-Id: I57b0ab94e733ab9eb2ad226b5fcbc951860a48c3
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-15 22:41:51 +01:00
parent e3d5caa547
commit 4f7d8022f7
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -769,14 +769,14 @@ (define-public gcc-10
(define-public gcc-11
(package
(inherit gcc-8)
(version "11.4.0")
(version "11.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
"1ncd7akww0hl5kkmw1dj3qgqp3phdrr5dfnm7jia9s07n0ib4b9z"))
"0y1l6q4iy94nr30r3189fbb82ljbdqkq87y0y23wyifmx9l1iqm6"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch"
"gcc-5.0-libvtv-runpath.patch"
"gcc-10-libsanitizer-no-crypt.patch"