From: Harry Liebel Date: Tue, 23 Jul 2013 18:51:51 +0000 (+0000) Subject: StdLib: Add Aarch64 support. X-Git-Tag: edk2-stable201903~12407 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6ba46a920946ee510567fa515ce9e6b50ce7158b 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 --- 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