diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2014-09-16 17:46:07 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-16 17:46:07 +0000 |
commit | 0a8a47e22aba630d3a43d6be491d03ea38420770 (patch) | |
tree | 6920f36e6305672e1773fb3fd947d8452faa75cf | |
parent | 4d10d18db9a84d66c27aa8c1e94e7502e7eb1ff6 (diff) | |
download | edk2-platforms-0a8a47e22aba630d3a43d6be491d03ea38420770.tar.xz |
ShellPkg: Specify AArch64 intrinsics library
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-By: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16115 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ShellPkg/ShellPkg.dsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 39fe936f4e..ee94c4b157 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -59,6 +59,9 @@ #
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+[LibraryClasses.AARCH64]
+ NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+
[PcdsFixedAtBuild]
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|