unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64845] [PATCH v3 2/2] gnu: fcode-utils: Fix cross-compilation.
       [not found] <a3b257dea84dc09e59175fb10453f2623bb957fd.1690551233.git.873216071@qq.com>
@ 2023-07-28 13:33 ` Zheng Junjie via Guix-patches via
  2023-10-26 12:41   ` bug#64845: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie via Guix-patches via @ 2023-07-28 13:33 UTC (permalink / raw)
  To: 64845; +Cc: Efraim Flashner, Ludovic Courtès, Vagrant Cascadian

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 967 bytes --]

* gnu/packages/firmware.scm (fcode-utils)
[arguments]: use STRIP-FOR-TARGET.
---
 gnu/packages/firmware.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index ff5afbcbe1..70c43a6ad0 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020, 2021, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -384,6 +385,7 @@ (define-public fcode-utils
       #: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
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64845: [PATCH v3 2/2] gnu: fcode-utils: Fix cross-compilation.
  2023-07-28 13:33 ` [bug#64845] [PATCH v3 2/2] gnu: fcode-utils: Fix cross-compilation Zheng Junjie via Guix-patches via
@ 2023-10-26 12:41   ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-10-26 12:41 UTC (permalink / raw)
  To: Zheng Junjie
  Cc: Vagrant Cascadian, Ludovic Courtès, 64845-done,
	Efraim Flashner


> * gnu/packages/firmware.scm (fcode-utils)
> [arguments]: use STRIP-FOR-TARGET.

Applied both patches, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-26 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <a3b257dea84dc09e59175fb10453f2623bb957fd.1690551233.git.873216071@qq.com>
2023-07-28 13:33 ` [bug#64845] [PATCH v3 2/2] gnu: fcode-utils: Fix cross-compilation Zheng Junjie via Guix-patches via
2023-10-26 12:41   ` bug#64845: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).