Skip to content

Commit

Permalink
StdLib/ARM: Fix compilation dependencies
Browse files Browse the repository at this point in the history
Synchronize the latest edk2_stable202411 version:
CompilerIntrinsicsLib related commit: 8f74b95a21cf106fa4eb4932e22b404c57297ba2
BaseStackCheckLib related commit: a9b38305b64ef5997d0ba5f7d2797a75edd1f9ef

Signed-off-by: Dongyan Qian <[email protected]>
  • Loading branch information
MarsDoge committed Dec 7, 2024
1 parent e3839c6 commit 7e5bfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StdLib/StdLib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e5bfba

Please sign in to comment.