[PATCH v1] tools: ipxe: update for fixing build with GCC12

Olaf Hering posted 1 patch 1 year ago
Failed in applying to current master (apply log)
tools/firmware/etherboot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] tools: ipxe: update for fixing build with GCC12
Posted by Olaf Hering 1 year ago
Use a snapshot which includes commit
b0ded89e917b48b73097d3b8b88dfa3afb264ed0 ("[build] Disable dangling
pointer checking for GCC"), which fixes build with gcc12.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 tools/firmware/etherboot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile
index 6ab9e5bc6b..884ba35692 100644
--- a/tools/firmware/etherboot/Makefile
+++ b/tools/firmware/etherboot/Makefile
@@ -7,7 +7,7 @@ include Config
 IPXE_GIT_URL ?= https://github.com/ipxe/ipxe.git
 
 # put an updated tar.gz on xenbits after changes to this variable
-IPXE_GIT_TAG := 3c040ad387099483102708bb1839110bc788cefb
+IPXE_GIT_TAG := 1d1cf74a5e58811822bee4b3da3cff7282fcdfca
 
 IPXE_TARBALL_URL ?= $(XEN_EXTFILES_URL)/ipxe-git-$(IPXE_GIT_TAG).tar.gz
Re: [PATCH v1] tools: ipxe: update for fixing build with GCC12
Posted by Andrew Cooper 1 year ago
On 19/04/2023 12:00 pm, Olaf Hering wrote:
> Use a snapshot which includes commit
> b0ded89e917b48b73097d3b8b88dfa3afb264ed0 ("[build] Disable dangling
> pointer checking for GCC"), which fixes build with gcc12.
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

But the usual note to whomever commits this that a tarball needs to end
up on xenbits of OSSTest will explode.