Archived
1
0
Fork 0

gnu: gcc-9: Update to 9.4.0.

* gnu/packages/gcc.scm (gcc-9): Update to 9.4.0.
This commit is contained in:
Efraim Flashner 2021-06-01 20:54:01 +03:00
parent cb821238ed
commit 9ea6e3f4d8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -568,14 +568,14 @@ It also includes runtime support libraries for these languages.")))
(define-public gcc-9 (define-public gcc-9
(package (package
(inherit gcc-8) (inherit gcc-8)
(version "9.3.0") (version "9.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-" (uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz")) version "/gcc-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1la2yy27ziasyf0jvzk58y1i5b5bq2h176qil550bxhifs39gqbi")) "13l3p6g2krilaawbapmn9zmmrh3zdwc36mfr3msxfy038hps6pf9"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch" (patches (search-patches "gcc-9-strmov-store-file-names.patch"
"gcc-9-asan-fix-limits-include.patch" "gcc-9-asan-fix-limits-include.patch"
"gcc-5.0-libvtv-runpath.patch")))))) "gcc-5.0-libvtv-runpath.patch"))))))