guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: openbios-qemu-ppc: Don't build for a specific target.


From: guix-commits
Subject: 02/13: gnu: openbios-qemu-ppc: Don't build for a specific target.
Date: Wed, 8 Feb 2023 02:28:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b84a6cd08c7b41653601de0e9d8359e7db76c24c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 7 13:31:18 2023 +0200

    gnu: openbios-qemu-ppc: Don't build for a specific target.
    
    * gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: Set target
    to #f since we're producing a firmware file and not a binary.
---
 gnu/packages/firmware.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index fea7d37923..080aaed55b 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -419,6 +419,8 @@ provide OpenFirmware functionality on top of an already 
running system.")
                                                   (%current-target-system)))
             "armhf-linux"
             system))
+         ;; No need to cross-compile, package produces reproducible firmware.
+         ((#:target _ #f) #f)
          ((#:phases phases)
           #~(modify-phases #$phases
               (add-after 'install 'rename-executable



reply via email to

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