Support for building BaseTools on AArch64 is available in the tree, but not currently "plugged in". This patch adds the required snippet.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm <leif.lindh...@linaro.org> --- Source/C/Makefiles/header.makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/C/Makefiles/header.makefile b/Source/C/Makefiles/header.makefile index 6895f98..7939db0 100644 --- a/Source/C/Makefiles/header.makefile +++ b/Source/C/Makefiles/header.makefile @@ -39,6 +39,10 @@ ifeq ($(ARCH), ARM) ARCH_INCLUDE = -I $(MAKEROOT)/Include/Arm/ endif +ifeq ($(ARCH), AARCH64) +ARCH_INCLUDE = -I $(MAKEROOT)/Include/AArch64/ +endif + INCLUDE = $(TOOL_INCLUDE) -I $(MAKEROOT) -I $(MAKEROOT)/Include/Common -I $(MAKEROOT)/Include/ -I $(MAKEROOT)/Include/IndustryStandard -I $(MAKEROOT)/Common/ -I .. -I . $(ARCH_INCLUDE) CPPFLAGS = $(INCLUDE) CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fno-merge-constants -nostdlib -Wall -Werror -c -g -- 1.7.10.4 ------------------------------------------------------------------------------ _______________________________________________ edk2-buildtools-devel mailing list edk2-buildtools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel