gnu: gcc@9: Update to 9.2.0.

* gnu/packages/gcc.scm (gcc-9): Update to 9.2.0.
This commit is contained in:
Ludovic Courtès 2019-10-09 16:38:48 +02:00
parent ee623903b1
commit 03d28531fd
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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