Switch to new package format

This commit is contained in:
2026-06-13 20:01:16 +03:00
parent 0057eb35d0
commit c2b0e93b78
4 changed files with 227 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
diff --git a/Make.common b/Make.common
index 4088c70..d3f77b7 100644
--- a/Make.common
+++ b/Make.common
@@ -121,8 +121,8 @@ TIANO_LDFLAGS = -nostdlib -n -q --gc-sections --script=$(TIANO_LDSCRIPT) \
# objcopy flags for GNU-EFI
#
-FORMAT = --target=efi-app-$(ARCH)
-FORMAT_DRIVER = --target=efi-bsdrv-$(ARCH)
+FORMAT = --output-target=efi-app-$(ARCH)
+FORMAT_DRIVER = --output-target=efi-bsdrv-$(ARCH)
#
# Modifications on a per-architecture basis....