[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: Add address@hidden
From: |
Efraim Flashner |
Subject: |
01/01: gnu: Add address@hidden |
Date: |
Wed, 3 May 2017 09:37:10 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 0c5658df966c93ec37750e8be94e89889db31979
Author: Efraim Flashner <address@hidden>
Date: Wed May 3 16:35:37 2017 +0300
gnu: Add address@hidden
* gnu/packages/gcc.scm (address@hidden): New variable.
---
gnu/packages/gcc.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index b083a6d..39e1aee 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -399,6 +399,19 @@ Go. It also includes runtime support libraries for these
languages.")
"17xjz30jb65hcf714vn9gcxvrrji8j20xm7n33qg1ywhyzryfsph"))
(patches (search-patches "gcc-strmov-store-file-names.patch"
"gcc-5.0-libvtv-runpath.patch"))))))
+(define-public gcc-7
+ (package
+ (inherit gcc-6)
+ (version "7.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/gcc/gcc-"
+ version "/gcc-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "05xwps0ci7wgxh50askpa2r9p8518qxdgh6ad7pnyk7n6p13d0ca"))
+ (patches (search-patches "gcc-strmov-store-file-names.patch"
+ "gcc-5.0-libvtv-runpath.patch"))))))
;; Note: When changing the default gcc version, update
;; the gcc-toolchain-* definitions and the gfortran definition