[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: fcode-utils: Fix cross-compilation.
|
From: |
guix-commits |
|
Subject: |
02/02: gnu: fcode-utils: Fix cross-compilation. |
|
Date: |
Thu, 26 Oct 2023 09:22:25 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 33f5b747b4a0a508e1ffc94a5bf425cff707c6e3
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jul 28 21:33:53 2023 +0800
gnu: fcode-utils: Fix cross-compilation.
* gnu/packages/firmware.scm (fcode-utils)
[arguments]: use STRIP-FOR-TARGET.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/firmware.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index a674421157..0e638acfae 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -397,6 +398,7 @@ broadband modem as found, for example, on PinePhone.")
#:test-target "tests"
#:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
+ (string-append "STRIP=" #$(strip-for-target))
(string-append "DESTDIR=" #$output))
#:phases
#~(modify-phases %standard-phases