me
/
guix
Archived
1
0
Fork 0

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
Jean-Pierre De Jesus DIAZ 2024-04-12 12:53:02 +02:00 committed by Christopher Baines
parent 97bad5e194
commit 4e7c3867ad
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,7 @@
(define-module (gnu packages cross-toolchain)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages gcc)
#:use-module (guix packages))
;;; Commentary:
@ -41,5 +42,9 @@
(define-public gcc-cross-or1k-elf-toolchain
(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
(cross-gcc-toolchain "x86_64-w64-mingw32"))