gnu: gcc@4.9: Inherit from gcc@4.8.

* gnu/packages/gcc.scm (gcc@4.9)[inherit]: Inherit from gcc@4.8.
[supported-systems]: Remove field.
This commit is contained in:
Efraim Flashner 2017-09-12 20:55:54 +03:00
parent 3f9a4eaf92
commit dd4efefdb0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -357,7 +357,7 @@ (define-public gcc-4.8
(supported-systems %supported-systems)))
(define-public gcc-4.9
(package (inherit gcc-4.7)
(package (inherit gcc-4.8)
(version "4.9.4")
(source (origin
(method url-fetch)
@ -368,8 +368,7 @@ (define-public gcc-4.9
"14l06m7nvcvb0igkbip58x59w3nq6315k6jcz3wr9ch1rn9d44bc"))
(patches (search-patches "gcc-arm-bug-71399.patch"
"gcc-libvtv-runpath.patch"))))
(native-inputs `(("texinfo" ,texinfo)))
(supported-systems %supported-systems)))
(native-inputs `(("texinfo" ,texinfo)))))
(define-public gcc-5
;; Note: GCC >= 5 ships with .info files but 'make install' fails to install