summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/CompilerStub
diff options
context:
space:
mode:
authorHarry Liebel <Harry.Liebel@arm.com>2013-08-08 08:55:02 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-08-08 08:55:02 +0000
commit373fbc64167e080fbe334776877cfba116d62a2d (patch)
tree55a004f6d06a21bfe4875178060fdc01812be347 /EdkCompatibilityPkg/Foundation/Library/CompilerStub
parente01a125f15bd9354c0e8a59785880e308c0cfc63 (diff)
downloadedk2-platforms-373fbc64167e080fbe334776877cfba116d62a2d.tar.xz
Add Aarch64 support to EdkCompatibilityPkg.
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: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14533 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/CompilerStub')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf6
1 files changed, 6 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
index 4f15892447..afc72f1679 100644
--- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
+++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
@@ -47,6 +47,9 @@ COMPONENT_TYPE = LIBRARY
[sources.ARM]
Dummy.c
+
+[sources.AARCH64]
+ Dummy.c
[includes.common]
$(EDK_SOURCE)/Foundation
@@ -69,6 +72,9 @@ COMPONENT_TYPE = LIBRARY
[libraries.ARM]
CompilerIntrinsicsLib
+[libraries.AArch64]
+ CompilerIntrinsicsLib
+
[nmake.common]
[nmake.ia32,nmake.x64]