Fix ARM and AARCH64 build issues by adding the BaseStackCheckLib instance. Cc: Sami Mujawar <[email protected]> Cc: Alexei Fedorov <[email protected]> Cc: Ard Biesheuvel <[email protected]> Signed-off-by: Michael D Kinney <[email protected]> --- DynamicTablesPkg/DynamicTablesPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DynamicTablesPkg/DynamicTablesPkg.dsc b/DynamicTablesPkg/DynamicTablesPkg.dsc index 46b2e667fd25..e1439a130143 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.dsc +++ b/DynamicTablesPkg/DynamicTablesPkg.dsc @@ -35,6 +35,7 @@ [LibraryClasses] [LibraryClasses.ARM, LibraryClasses.AARCH64] NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf [Components.common] @@ -51,4 +52,3 @@ [BuildOptions] # Inhibit C6305: Potential mismatch between sizeof and countof quantities. *_VS2017_*_CC_FLAGS = /wd6305 /analyze !endif - -- 2.32.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#83205): https://edk2.groups.io/g/devel/message/83205 Mute This Topic: https://groups.io/mt/86783671/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
