From 3b0b8d87d6c5ed136d7fd099af24bb9d23834333 Mon Sep 17 00:00:00 2001 From: Dongyan Qian Date: Sat, 7 Dec 2024 17:21:54 +0800 Subject: [PATCH] StdLib/Arm: Fix compilation dependencies Synchronize the latest edk2_stable202411 version: CompilerIntrinsicsLib related commit: 8f74b95a21cf106fa4eb4932e22b404c57297ba2 BaseStackCheckLib related commit: a9b38305b64ef5997d0ba5f7d2797a75edd1f9ef Signed-off-by: Dongyan Qian --- StdLib/StdLib.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StdLib/StdLib.inc b/StdLib/StdLib.inc index 127ecf6..164527b 100644 --- a/StdLib/StdLib.inc +++ b/StdLib/StdLib.inc @@ -67,13 +67,13 @@ [LibraryClasses.ARM, LibraryClasses.AArch64] !if "MSFT" not in $(FAMILY) - NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf + NULL|MdePkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf !endif # Use the softfloat library to cover missing hardfloat operations. NULL|StdLib/LibC/Softfloat/Softfloat.inf # Add support for GCC stack protector - NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf + NULL|MdePkg/Library/StackCheckLib/StackCheckLibStaticInit.inf [Components] # BaseLib and BaseMemoryLib need to be built with the /GL- switch when using the Microsoft