guix-commits
[Top][All Lists]
Advanced

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

22/23: gnu: Add gcc-cross-x86_64-w64-mingw32-toolchain.


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

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Add gcc-cross-x86_64-w64-mingw32-toolchain.
    
    * gnu/packages/cross-toolchain.scm (gcc-cross-x86_64-w64-mingw32-toolchain):
    New variable.
    
    Change-Id: I94802e5e7cb218d7afb0ee09871125bae5db933c
    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 4c212bdce5..ab071e1005 100644
--- a/gnu/packages/cross-toolchain.scm
+++ b/gnu/packages/cross-toolchain.scm
@@ -37,3 +37,6 @@
 
 (define-public gcc-cross-i686-w64-mingw32-toolchain
   (cross-gcc-toolchain "i686-w64-mingw32"))
+
+(define-public gcc-cross-x86_64-w64-mingw32-toolchain
+  (cross-gcc-toolchain "x86_64-w64-mingw32"))



reply via email to

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