Hello Angel Pons, Jacob Garber, Paul Menzel, Stefan Reinauer, Felix Singer, build bot (Jenkins), Patrick Georgi, HAOUAS Elyes, Mike Banon, Idwer Vollering, Nico Huber, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35098
to look at the new patch set (#13).
Change subject: util/crossgcc/patches: facilitate successful build of ipxe ......................................................................
util/crossgcc/patches: facilitate successful build of ipxe
New changes in the latest binutils 2.32 lead to assembler errors causes ipxe build failure. IPXE uses the divide test which requires /dev/null as input as well as the output file name.
This patch facilitates the /dev/null as an exception to the current changes in binutils package while building crossgcc for coreboot leads to successful build of ipxe and further tests to pass based on /dev/null and applies automatically during the crossgcc rebuild.
Also, this can be reverted once binutils/ipxe provides an updated release in this respect.
Fixes: https://ticket.coreboot.org/issues/204
Change-Id: I9f664829b8c42420c0b2ab1f2316150f86ac0b1a Signed-off-by: Himanshu Sahdev himanshusah@hcl.com --- A util/crossgcc/patches/binutils-2.32_as-ipxe.patch 1 file changed, 36 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/35098/13