summaryrefslogtreecommitdiffstats
path: root/SignedCapsulePkg/SignedCapsulePkg.dsc
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2019-10-18 10:36:01 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2019-10-18 12:56:09 +0100
commit0f28c513d392a807f7b4225964eba6e2b1c453a2 (patch)
tree72e413cc46bdea3e4c7c083001e36124950db827 /SignedCapsulePkg/SignedCapsulePkg.dsc
parente026bb4c39a28ca9be5dc994c14bb21cc283c9e8 (diff)
downloadedk2-0f28c513d392a807f7b4225964eba6e2b1c453a2.tar.gz
edk2-0f28c513d392a807f7b4225964eba6e2b1c453a2.tar.bz2
edk2-0f28c513d392a807f7b4225964eba6e2b1c453a2.zip
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/SignedCapsulePkg.dsc')
-rw-r--r--SignedCapsulePkg/SignedCapsulePkg.dsc1
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.