diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-07-23 18:51:51 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-07-23 18:51:51 +0000 |
commit | 6ba46a920946ee510567fa515ce9e6b50ce7158b (patch) | |
tree | 2fd94ce7d73f2e0033d0b54fcaa585a1014ab477 | |
parent | cfdb673785742c673b7b18abf87930962dfd037c (diff) | |
download | edk2-platforms-6ba46a920946ee510567fa515ce9e6b50ce7158b.tar.xz |
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 <Harry.Liebel@arm.com>
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed by: Daryl McDaniel <daryl.mcdaniel@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14499 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | StdLib/StdLib.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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
|