From 6ba46a920946ee510567fa515ce9e6b50ce7158b Mon Sep 17 00:00:00 2001 From: Harry Liebel Date: Tue, 23 Jul 2013 18:51:51 +0000 Subject: [PATCH] StdLib: Add Aarch64 support. Modifies StdLib/StdLib.inc to include the ARM CompilerIntrinsicsLib when building for Aarch64. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Harry Liebel Signed-off-by: Olivier Martin Reviewed by: Daryl McDaniel git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14499 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/StdLib.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/StdLib/StdLib.inc b/StdLib/StdLib.inc index 9b014b9fc6..0c8b04f7fa 100644 --- a/StdLib/StdLib.inc +++ b/StdLib/StdLib.inc @@ -69,6 +69,9 @@ [LibraryClasses.ARM] NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf +[LibraryClasses.AArch64] + NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + [Components] # BaseLib and BaseMemoryLib need to be built with the /GL- switch when using the Microsoft # tool chain. This is required so that the library functions can be resolved during -- 2.39.2