mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
[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>
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
nrv2b
|
||||
zbin
|
||||
zbin32
|
||||
zbin64
|
||||
hijack
|
||||
prototester
|
||||
elf2efi32
|
||||
|
||||
Reference in New Issue
Block a user