guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/23: gnu: Add gcc-cross-i686-w64-mingw32-toolchain.


From: guix-commits
Subject: 21/23: gnu: Add gcc-cross-i686-w64-mingw32-toolchain.
Date: Mon, 11 Dec 2023 06:57:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2479e60094f8b192802b45f49cf4263855faee12
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Tue Nov 28 12:35:04 2023 +0100

    gnu: Add gcc-cross-i686-w64-mingw32-toolchain.
    
    * gnu/packages/cross-toolchain.scm (gcc-cross-i686-w64-mingw32-toolchain):
    New variable.
    
    Change-Id: I5d6056fc4943acae03aeaafa587f40ced182b1d4
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/cross-toolchain.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/cross-toolchain.scm b/gnu/packages/cross-toolchain.scm
index 08511a7c00..4c212bdce5 100644
--- a/gnu/packages/cross-toolchain.scm
+++ b/gnu/packages/cross-toolchain.scm
@@ -34,3 +34,6 @@
 
 (define-public gcc-cross-avr-toolchain
   (cross-gcc-toolchain "avr"))
+
+(define-public gcc-cross-i686-w64-mingw32-toolchain
+  (cross-gcc-toolchain "i686-w64-mingw32"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]