Skip to content
Snippets Groups Projects
Commit c8732e19 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: gccgo: Update to 4.9.

* gnu/packages/gcc.scm (gccgo): Update to 4.9.
parent 2a817081
No related branches found
No related tags found
No related merge requests found
...@@ -470,8 +470,8 @@ (define-public gfortran-5 ...@@ -470,8 +470,8 @@ (define-public gfortran-5
(custom-gcc gcc-5 "gfortran" '("fortran") (custom-gcc gcc-5 "gfortran" '("fortran")
%generic-search-paths)) %generic-search-paths))
(define-public gccgo-4.8 (define-public gccgo-4.9
(custom-gcc gcc-4.8 "gccgo" '("go") (custom-gcc gcc-4.9 "gccgo" '("go")
%generic-search-paths %generic-search-paths
;; Suppress the separate "lib" output, because otherwise the ;; Suppress the separate "lib" output, because otherwise the
;; "lib" and "out" outputs would refer to each other, creating ;; "lib" and "out" outputs would refer to each other, creating
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment