mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: gcc-6: Inherit from gcc-base.
* gnu/packages/gcc.scm (gcc-6): Inherit from gcc-base. [native-inputs]: List specifically. Change-Id: Id8606c49b4f19f46a84a6c105e4f90a506b198bf Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
@@ -613,7 +613,7 @@ Go. It also includes runtime support libraries for these languages.")
|
||||
|
||||
(define-public gcc-6
|
||||
(package
|
||||
(inherit gcc-5)
|
||||
(inherit gcc-base)
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
@@ -629,9 +629,8 @@ Go. It also includes runtime support libraries for these languages.")
|
||||
"gcc-6-source-date-epoch-2.patch"
|
||||
"gcc-5.0-libvtv-runpath.patch"))))
|
||||
|
||||
;; GCC 4.9 and 5 has a workaround that is not needed for GCC 6 and later.
|
||||
(arguments (package-arguments gcc-base))
|
||||
|
||||
(native-inputs (list perl ;for manpages
|
||||
texinfo))
|
||||
(inputs
|
||||
`(("isl" ,isl)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user