gnu: gcc-toolchain: Add version 8.

* gnu/packages/commencement.scm (gcc-toolchain-8): New variable.
master
Ludovic Courtès 2018-06-30 17:01:20 +02:00
parent b2961dda23
commit 5ae27f577b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -1069,4 +1069,7 @@ and binaries, plus debugging symbols in the 'debug' output), and Binutils.")
(define-public gcc-toolchain-7
(make-gcc-toolchain gcc-7))
(define-public gcc-toolchain-8
(make-gcc-toolchain gcc-8))
;;; commencement.scm ends here