mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 16:20:28 +02:00
gnu: Add gcc-cross-or1k-elf-toolchain.
* gnu/packages/cross-toolchain.scm (gcc-cross-or1k-elf-toolchain): New variable. Change-Id: Iaf7ed60dbbe116a5efbad8e94be9b2dee51faf15
This commit is contained in:
committed by
Mathieu Othacehe
parent
82aef470ce
commit
937e64537e
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user