gnu: gcc-4.7: Hide package.
* gnu/packages/gcc.scm (gcc-4.7): Wrap in "hidden-package" expression.
This commit is contained in:
parent
935568d5ce
commit
d78010b81e
|
@ -139,6 +139,7 @@ where the OS part is overloaded to denote a specific ABI---into GCC
|
||||||
(gcc-configure-flags-for-triplet triplet))
|
(gcc-configure-flags-for-triplet triplet))
|
||||||
|
|
||||||
(maybe-target-tools))))))
|
(maybe-target-tools))))))
|
||||||
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(name "gcc")
|
(name "gcc")
|
||||||
(version "4.7.4")
|
(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.")
|
Go. It also includes runtime support libraries for these languages.")
|
||||||
(license gpl3+)
|
(license gpl3+)
|
||||||
(supported-systems (delete "aarch64-linux" %supported-systems))
|
(supported-systems (delete "aarch64-linux" %supported-systems))
|
||||||
(home-page "https://gcc.gnu.org/"))))
|
(home-page "https://gcc.gnu.org/")))))
|
||||||
|
|
||||||
(define-public gcc-4.8
|
(define-public gcc-4.8
|
||||||
(package (inherit gcc-4.7)
|
(package (inherit gcc-4.7)
|
||||||
|
|
Loading…
Reference in New Issue