From: Jan Kiszka <
jan.k...@siemens.com>
Check for additional toolchain services needed and AC_SUBST their
variables. This fixes cross-building for arm64.
Obsoletes the OBJCOPY initialization in Makefile.am.
Makefile.am | 2 --
configure.ac | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 83da343..ee142d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,8 +18,6 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_MAKEFLAGS = --no-print-directory
-OBJCOPY ?= objcopy
-
efibootguarddir = $(libdir)/efibootguard
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) -include config.h