mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: make-crust-package: Don't run from avr.
* gnu/packages/firmware.scm (make-crust-package)[arguments]: In make-flags don't create tools which can be run from avr. Change-Id: I118b4941889b884de1e491ace3818d878a887d7c
This commit is contained in:
parent
5df4084ecd
commit
0cc7fc0025
1 changed files with 2 additions and 0 deletions
|
@ -1158,6 +1158,8 @@ (define (make-crust-package platform)
|
|||
#:make-flags
|
||||
(let ((triplet-without-vendor
|
||||
(and (%current-target-system)
|
||||
;; TODO: Is there a use case for allowing this?
|
||||
(not (target-avr?))
|
||||
(match (string-split (nix-system->gnu-triplet
|
||||
(%current-target-system)) #\-)
|
||||
((arch vendor os ..1)
|
||||
|
|
Loading…
Reference in a new issue