gnu: gcc-4.7: Hide package.

* gnu/packages/gcc.scm (gcc-4.7): Wrap in "hidden-package" expression.
This commit is contained in:
Ricardo Wurmus 2019-02-12 23:21:48 +01:00
parent 935568d5ce
commit d78010b81e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 185 additions and 184 deletions

View File

@ -139,6 +139,7 @@ where the OS part is overloaded to denote a specific ABI---into GCC
(gcc-configure-flags-for-triplet triplet))
(maybe-target-tools))))))
(hidden-package
(package
(name "gcc")
(version "4.7.4")
@ -352,7 +353,7 @@ for several languages, including C, C++, Objective-C, Fortran, Java, Ada, and
Go. It also includes runtime support libraries for these languages.")
(license gpl3+)
(supported-systems (delete "aarch64-linux" %supported-systems))
(home-page "https://gcc.gnu.org/"))))
(home-page "https://gcc.gnu.org/")))))
(define-public gcc-4.8
(package (inherit gcc-4.7)