gnu: gcc-5: Update to 5.2.0.
* gnu/packages/gcc.scm (gcc-5): Update to 5.2.0. Remove gcc-arm-link-spec-fix.patch from patches.
This commit is contained in:
parent
629f4d2e6e
commit
9a7143b707
|
@ -333,17 +333,15 @@ Go. It also includes runtime support libraries for these languages.")
|
||||||
|
|
||||||
(define-public gcc-5
|
(define-public gcc-5
|
||||||
(package (inherit gcc-4.9)
|
(package (inherit gcc-4.9)
|
||||||
(version "5.1.0")
|
(version "5.2.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.bz2"))
|
version "/gcc-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bd5vj4px3s8nlakbgrh38ynxq4s654m6nxz7lrj03mvkkwgvnmp"))
|
"1bccp8a106xwz3wkixn65ngxif112vn90qf95m6lzpgpnl25p0sz"))
|
||||||
(patches (map search-patch
|
(patches (list (search-patch "gcc-5.0-libvtv-runpath.patch")))))))
|
||||||
'("gcc-arm-link-spec-fix.patch"
|
|
||||||
"gcc-5.0-libvtv-runpath.patch")))))))
|
|
||||||
|
|
||||||
(define-public gcc gcc-4.9)
|
(define-public gcc gcc-4.9)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue