~ruther/guix-local

0dd87919229d73f92af6d33b93910959ee748832 — Efraim Flashner 8 years ago 7550f8e
gnu: gcc@6: Update to 6.4.0.

* gnu/packages/gcc.scm (gcc@6, gfortran@6): Update to 6.4.0.
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +4 -4
@@ 3,7 3,7 @@
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015, 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
;;;
;;; This file is part of GNU Guix.


@@ 389,14 389,14 @@ Go.  It also includes runtime support libraries for these languages.")
(define-public gcc-6
  (package
    (inherit gcc-5)
    (version "6.3.0")
    (version "6.4.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gcc/gcc-"
                                  version "/gcc-" version ".tar.bz2"))
                                  version "/gcc-" version ".tar.xz"))
              (sha256
               (base32
                "17xjz30jb65hcf714vn9gcxvrrji8j20xm7n33qg1ywhyzryfsph"))
                "1m0lr7938lw5d773dkvwld90hjlcq2282517d1gwvrfzmwgg42w5"))
              (patches (search-patches "gcc-strmov-store-file-names.patch"
                                       "gcc-5.0-libvtv-runpath.patch"))))))
(define-public gcc-7