gnu: gcc-4.9: Update to 4.9.3.
* gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.3. Remove "gcc-arm-link-spec-fix.patch" from patches.
This commit is contained in:
parent
5d6792f06f
commit
6f317fa365
|
@ -319,17 +319,15 @@ Go. It also includes runtime support libraries for these languages.")
|
||||||
|
|
||||||
(define-public gcc-4.9
|
(define-public gcc-4.9
|
||||||
(package (inherit gcc-4.8)
|
(package (inherit gcc-4.8)
|
||||||
(version "4.9.2")
|
(version "4.9.3")
|
||||||
(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
|
||||||
"1pbjp4blk2ycaa6r3jmw4ky5f1s9ji3klbqgv8zs2sl5jn1cj810"))
|
"0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3"))
|
||||||
(patches (map search-patch
|
(patches (list (search-patch "gcc-libvtv-runpath.patch")))))))
|
||||||
'("gcc-arm-link-spec-fix.patch"
|
|
||||||
"gcc-libvtv-runpath.patch")))))))
|
|
||||||
|
|
||||||
(define-public gcc-5.1
|
(define-public gcc-5.1
|
||||||
(package (inherit gcc-4.9)
|
(package (inherit gcc-4.9)
|
||||||
|
|
Loading…
Reference in New Issue