gnu: Add gcc-cross-x86_64-w64-mingw32-toolchain-13.
* gnu/packages/cross-toolchain.scm (gcc-cross-x86_64-w64-mingw32-toolchain-13): New variable. Change-Id: I64fbce5d4af30c9c5df2faf61d3243fcf6dfbf5b Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
97bad5e194
commit
4e7c3867ad
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
(define-module (gnu packages cross-toolchain)
|
(define-module (gnu packages cross-toolchain)
|
||||||
#:use-module (gnu packages cross-base)
|
#:use-module (gnu packages cross-base)
|
||||||
|
#:use-module (gnu packages gcc)
|
||||||
#:use-module (guix packages))
|
#:use-module (guix packages))
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
@ -41,5 +42,9 @@
|
||||||
(define-public gcc-cross-or1k-elf-toolchain
|
(define-public gcc-cross-or1k-elf-toolchain
|
||||||
(cross-gcc-toolchain "or1k-elf"))
|
(cross-gcc-toolchain "or1k-elf"))
|
||||||
|
|
||||||
|
(define-public gcc-cross-x86_64-w64-mingw32-toolchain-13
|
||||||
|
(cross-gcc-toolchain "x86_64-w64-mingw32"
|
||||||
|
#:base-gcc gcc-13))
|
||||||
|
|
||||||
(define-public gcc-cross-x86_64-w64-mingw32-toolchain
|
(define-public gcc-cross-x86_64-w64-mingw32-toolchain
|
||||||
(cross-gcc-toolchain "x86_64-w64-mingw32"))
|
(cross-gcc-toolchain "x86_64-w64-mingw32"))
|
||||||
|
|
Reference in New Issue