]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
tools: ipxe: update for fixing build with GCC12 testing-4.17
authorOlaf Hering <olaf@aepfle.de>
Wed, 19 Apr 2023 11:00:26 +0000 (11:00 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 7 Mar 2024 15:30:17 +0000 (15:30 +0000)
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>
(cherry picked from commit 18a36b4a9b088875486cfe33a2d4a8ae7eb4ab47)

tools/firmware/etherboot/Makefile

index 4bc3633ba3d67ff9f52a9cb7923afea73c861da9..7a56fe8014fea390198987638450e753f88d9aef 100644 (file)
@@ -11,7 +11,7 @@ IPXE_GIT_URL ?= git://git.ipxe.org/ipxe.git
 endif
 
 # 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