Skip to content

Commit d25f970

Browse files
MarsDogejpshivakavi
authored andcommitted
StdLib/ARM: Fix compilation dependencies
Synchronize the latest edk2_stable202411 version: CompilerIntrinsicsLib related commit: 8f74b95a21cf106fa4eb4932e22b404c57297ba2 BaseStackCheckLib related commit: a9b38305b64ef5997d0ba5f7d2797a75edd1f9ef Signed-off-by: Dongyan Qian <[email protected]>
1 parent dddfdf1 commit d25f970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StdLib/StdLib.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767

6868
[LibraryClasses.ARM, LibraryClasses.AArch64]
6969
!if "MSFT" not in $(FAMILY)
70-
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
70+
NULL|MdePkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
7171
!endif
7272
# Use the softfloat library to cover missing hardfloat operations.
7373
NULL|StdLib/LibC/Softfloat/Softfloat.inf
7474

7575
# Add support for GCC stack protector
76-
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
76+
NULL|MdePkg/Library/StackCheckLib/StackCheckLibStaticInit.inf
7777

7878
[Components]
7979
# BaseLib and BaseMemoryLib need to be built with the /GL- switch when using the Microsoft

0 commit comments

Comments
 (0)