summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2017-11-06 22:50:05 +0100
committerJan Nieuwenhuizen <janneke@gnu.org>2017-11-07 22:03:51 +0100
commit625492ee1a5a8e515b97d4b76734584c1b420243 (patch)
treee52484788a4f3599853a21d0594f7351df34441f /gnu/packages/gcc.scm
parenta67f0946717420f264646556812cbd0d197bb360 (diff)
downloadguix-patches-625492ee1a5a8e515b97d4b76734584c1b420243.tar
guix-patches-625492ee1a5a8e515b97d4b76734584c1b420243.tar.gz
gnu: gcc-4.7: Resurrect building with gcc-5.4.0.
* gnu/packages/patches/gcc-4-compile-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-4.7): Use it.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r--gnu/packages/gcc.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 7870d4513f..79e159f1a5 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -136,6 +136,7 @@ where the OS part is overloaded to denote a specific ABI---into GCC
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.bz2"))
+ (patches (search-patches "gcc-4-compile-with-gcc-5.patch"))
(sha256
(base32
"10k2k71kxgay283ylbbhhs51cl55zn2q38vj5pk4k950qdnirrlj"))))