GNU bug report logs - #77148
[PATCH 0/9] New firmware and updates

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Fri, 21 Mar 2025 08:51:06 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 77148 <at> debbugs.gnu.org
Subject: [bug#77148] [PATCH 8/9] gnu: edk2-tools: Update to 202502.
Date: Sat, 22 Mar 2025 16:12:59 +0900
Hi,

Efraim Flashner <efraim <at> flashner.co.il> writes:

> * gnu/packages/firmware.scm (edk2-tools): Update to 202502.
> [arguments]: When building on armhf-linux add a phase to adjust the
> compiler flags.

[...]

> +            #$@(if (target-arm32?)
> +                   #~((add-before 'configure 'fix-armhf-flags
> +                        (lambda _
> +                          (substitute* "BaseTools/Conf/tools_def.template"
> +                            (("(DEFINE GCC_ARM_CC_FLAGS.*)-mstack-protector-guard=global" _ gcc-arm)
> +                             (string-append gcc-arm "-fstack-protector-all"))))))
> +                   #~())

Is this problem known upstream?  If yes, it'd be nice to cross-reference
it here; otherwise, it'd be nice to report it to them (and
cross-reference the opened issue).

-- 
Thanks,
Maxim




This bug report was last modified 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.