diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-04 09:30:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-04 09:30:20 +0200 |
commit | 2068559ba03b785ec5d118b4fdc6e8267ac34ba0 (patch) | |
tree | a43e76fe5366b6bc8c82949ddf0fd173e1a148d9 /gnu/packages/gcc.scm | |
parent | 946007f9cebb253b020d22b940a95875b393f0b0 (diff) | |
download | guix-2068559ba03b785ec5d118b4fdc6e8267ac34ba0.tar guix-2068559ba03b785ec5d118b4fdc6e8267ac34ba0.tar.gz |
gnu: gcc: Move patch upstream status in the patch itself.
* gnu/packages/patches/gcc-arm-link-spec-fix.patch: Add bug and patch URLs.
* gnu/packages/gcc.scm (gcc-4.8): Remove them.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index c368b7df97..8804f3b12a 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -313,10 +313,6 @@ Go. It also includes runtime support libraries for these languages.") (sha256 (base32 "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"))))))) (define-public gcc-4.9 |