gnu: gcc-toolchain: Add version 8.
* gnu/packages/commencement.scm (gcc-toolchain-8): New variable.
This commit is contained in:
parent
b2961dda23
commit
5ae27f577b
|
@ -1069,4 +1069,7 @@ and binaries, plus debugging symbols in the 'debug' output), and Binutils.")
|
||||||
(define-public gcc-toolchain-7
|
(define-public gcc-toolchain-7
|
||||||
(make-gcc-toolchain gcc-7))
|
(make-gcc-toolchain gcc-7))
|
||||||
|
|
||||||
|
(define-public gcc-toolchain-8
|
||||||
|
(make-gcc-toolchain gcc-8))
|
||||||
|
|
||||||
;;; commencement.scm ends here
|
;;; commencement.scm ends here
|
||||||
|
|
Loading…
Reference in New Issue