mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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
1 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,10 @@ (define-public gcc-4.8
|
||||||
(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 a new issue