guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: Add gcc-cross-or1k-elf-toolchain.


From: guix-commits
Subject: 03/09: gnu: Add gcc-cross-or1k-elf-toolchain.
Date: Mon, 22 Jan 2024 05:33:06 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 937e64537e889752ad7931bd605d686e03020a8d
Author: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
AuthorDate: Fri Jan 19 14:54:42 2024 +0100

    gnu: Add gcc-cross-or1k-elf-toolchain.
    
    * gnu/packages/cross-toolchain.scm (gcc-cross-or1k-elf-toolchain): New
    variable.
    
    Change-Id: Iaf7ed60dbbe116a5efbad8e94be9b2dee51faf15
---
 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 ab071e1005..5072462cbb 100644
--- a/gnu/packages/cross-toolchain.scm
+++ b/gnu/packages/cross-toolchain.scm
@@ -38,5 +38,8 @@
 (define-public gcc-cross-i686-w64-mingw32-toolchain
   (cross-gcc-toolchain "i686-w64-mingw32"))
 
+(define-public gcc-cross-or1k-elf-toolchain
+  (cross-gcc-toolchain "or1k-elf"))
+
 (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]