gnu: gcc: Add link to upstream bug report.
* gnu/packages/gcc.scm (gcc-4.8): Add link to bug report in comment.master
parent
7e35b9dd3d
commit
9e7594027d
|
@ -313,6 +313,10 @@ Go. It also includes runtime support libraries for these languages.")
|
|||
(sha256
|
||||
(base32
|
||||
"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")))))))
|
||||
|
||||
(define-public gcc-4.9
|
||||
|
|
Reference in New Issue