gnu: gcc: Add link to upstream bug report.
* gnu/packages/gcc.scm (gcc-4.8): Add link to bug report in comment.
This commit is contained in:
parent
7e35b9dd3d
commit
9e7594027d
|
@ -313,6 +313,10 @@ Go. It also includes runtime support libraries for these languages.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15c6gwm6dzsaagamxkak5smdkf1rdfbqqjs9jdbrp3lbg4ism02a"))
|
"15c6gwm6dzsaagamxkak5smdkf1rdfbqqjs9jdbrp3lbg4ism02a"))
|
||||||
|
|
||||||
|
;; ARM 'link' spec issue reported at
|
||||||
|
;; <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65711> and
|
||||||
|
;; <https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01387.html>.
|
||||||
(patches (list (search-patch "gcc-arm-link-spec-fix.patch")))))))
|
(patches (list (search-patch "gcc-arm-link-spec-fix.patch")))))))
|
||||||
|
|
||||||
(define-public gcc-4.9
|
(define-public gcc-4.9
|
||||||
|
|
Loading…
Reference in New Issue