diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2019-10-18 10:36:01 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-10-18 12:56:09 +0100 |
commit | 0f28c513d392a807f7b4225964eba6e2b1c453a2 (patch) | |
tree | 72e413cc46bdea3e4c7c083001e36124950db827 /SignedCapsulePkg | |
parent | e026bb4c39a28ca9be5dc994c14bb21cc283c9e8 (diff) | |
download | edk2-0f28c513d392a807f7b4225964eba6e2b1c453a2.tar.gz |
SignedCapsulePkg: fix AARCH64 build
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2252
Add NULL library resolution of CompilerIntrinsicsLib and
BaseStackCheckLib for AARCH64 as well as ARM in order to
fix "undefined reference to `memcpy'" build errors.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Diffstat (limited to 'SignedCapsulePkg')
-rw-r--r-- | SignedCapsulePkg/SignedCapsulePkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SignedCapsulePkg/SignedCapsulePkg.dsc b/SignedCapsulePkg/SignedCapsulePkg.dsc index 4d4232d6e0..03f714f9a7 100644 --- a/SignedCapsulePkg/SignedCapsulePkg.dsc +++ b/SignedCapsulePkg/SignedCapsulePkg.dsc @@ -97,6 +97,7 @@ [LibraryClasses.ARM]
ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
+[LibraryClasses.AARCH64, LibraryClasses.ARM]
#
# It is not possible to prevent the ARM compiler for generic intrinsic functions.
# This library provides the instrinsic functions generate by a given compiler.
|