diff options
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 13d6b20801..e9f5889570 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -585,7 +585,7 @@ It also includes runtime support libraries for these languages."))) ;; Note: When changing the default gcc version, update ;; the gcc-toolchain-* definitions and the gfortran definition ;; accordingly. -(define-public gcc gcc-7) +(define-public gcc gcc-8) (define-public (make-libstdc++ gcc) "Return a libstdc++ package based on GCC. The primary use case is when |