diff options
Diffstat (limited to 'StdLib')
-rw-r--r-- | StdLib/StdLib.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/StdLib/StdLib.inc b/StdLib/StdLib.inc index 1b7fcf0bae..391c7c91e4 100644 --- a/StdLib/StdLib.inc +++ b/StdLib/StdLib.inc @@ -73,9 +73,15 @@ [LibraryClasses.ARM]
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+ # Add support for GCC stack protector
+ NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
+
[LibraryClasses.AArch64]
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+ # Add support for GCC stack protector
+ NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
+
[Components]
# BaseLib and BaseMemoryLib need to be built with the /GL- switch when using the Microsoft
# tool chain. This is required so that the library functions can be resolved during
|