mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
e3d5caa547
commit
4f7d8022f7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue