16 lines
484 B
Diff
16 lines
484 B
Diff
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....
|