]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Allow for 32-bit and 64-bit versions of util/zbin
authorMichael Brown <mcb30@ipxe.org>
Tue, 6 May 2025 11:07:38 +0000 (12:07 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 6 May 2025 11:11:02 +0000 (12:11 +0100)
commit98646b9f016d9bff91a5c89f402aeb452ee7f84b
tree7e190d4b9c2c473ebbf0937b1390caed270cfe41
parent4c11737d5dbd5abf1afae879196271debc988730
[build] Allow for 32-bit and 64-bit versions of util/zbin

Parsing ELF data is simpler if we don't have to build a single binary
to handle both 32-bit and 64-bit ELF formats.

Allow for separate 32-bit and 64-bit binaries built from util/zbin.c
(as is already done for util/elf2efi.c).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile
src/Makefile.housekeeping
src/arch/arm32/Makefile
src/arch/arm64/Makefile
src/arch/i386/Makefile
src/arch/loong64/Makefile
src/arch/riscv32/Makefile
src/arch/riscv64/Makefile
src/arch/x86_64/Makefile
src/util/.gitignore