aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/commencement.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9da0f77879..46b3859b6e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2598,6 +2598,9 @@ binaries, plus debugging symbols in the @code{debug} output), and Binutils.")
(define-public gcc-toolchain-9
(make-gcc-toolchain gcc-9))
+(define-public gcc-toolchain-10
+ (make-gcc-toolchain gcc-10))
+
;; Provide the Fortran toolchain package only for the version of gfortran that
;; is used by Guix internally to build Fortran libraries, because combining
;; code compiled with different versions can cause problems.
wig: Fix FTBFS with GCC >= 6.Marius Bakke * gnu/packages/swig.scm (swig)[arguments]: Add phase to remove -isystem flag to GCC. 2018-10-18gnu: swig: Fix build on i686.Marius Bakke * gnu/packages/patches/swig-guile-gc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/swig.scm (swig)[source](patches): Use it. 2018-05-30Revert "gnu: swig: Patch for Octave 4.4."Mark H Weaver This reverts commit 3771000f893d4b53e302f5bca07afeba69e76cd4. 2018-05-29gnu: swig: Patch for Octave 4.4.Kei Kebreau * gnu/packages/swig.scm (swig)[source]: Add patch. * gnu/packages/patches/swig-octave-patches.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. 2017-06-14gnu: swig: Fix build with Perl 5.26.0.Leo Famulari * gnu/packages/swig.scm (swig)[arguments]: Set PERL_USE_UNSAFE_INC in 'set-env' build phase. 2017-06-14gnu: swig: Update to 3.0.12.Leo Famulari * gnu/packages/swig.scm (swig): Update to 3.0.12.