Switch to new package format
This commit is contained in:
@@ -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....
|
||||
Reference in New Issue
Block a user