From 0f28c513d392a807f7b4225964eba6e2b1c453a2 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Fri, 18 Oct 2019 10:36:01 +0100 Subject: 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 Cc: Chao Zhang Cc: Laszlo Ersek Signed-off-by: Leif Lindholm Reviewed-by: Jiewen Yao --- SignedCapsulePkg/SignedCapsulePkg.dsc | 1 + 1 file changed, 1 insertion(+) (limited to 'SignedCapsulePkg/SignedCapsulePkg.dsc') 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. -- cgit v1.2.3