edk2/BaseTools/Conf
Chao Li 3716793e66 BaseTools: Enable stack protector for LoongArch64
LoongArch64 GCC or CLANG currently does not support the parameter
`-mstack-protector-guard=global`, but if `-fstack-protector` is enabled,
the guard is global.
The `-mstack-protector-guard` may be get supportted in the next GCC
release, possibly GCC17.

Signed-off-by: Chao Li <lichao@loongson.cn>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Guillermo Antonio Palomino Sosa <guillermo.a.palomino.sosa@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Poncho Figueroa <poncho.figueroa.esqueda@intel.com>
Cc: Mike Beaton <mjsbeaton@gmail.com>
2026-07-07 08:49:21 +00:00
..
XMLSchema BaseTools: Remove DXE_SAL_DRIVER 2025-10-30 10:00:32 +00:00
build_rule.template BaseTools: strip trailing whitespace in build_rule.template 2026-06-21 21:35:49 +00:00
diff.order BaseTools: convert diff.order to LF-only 2020-07-03 11:20:01 +00:00
Empty_C_File_Host_Application_Build.c BaseTools/Conf: Simplify VS20xx HOST_APPLICATION builds 2025-01-21 05:02:38 +00:00
Empty_Package_Information_Data_File.ini BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
gitattributes BaseTools/Conf/gitattributes: fix "--function-context" for C source code 2020-01-31 16:13:06 +00:00
ReadMe.txt BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
target.template BaseTools: Remove ARM32 Support 2025-09-25 22:04:10 +00:00
tools_def.template BaseTools: Enable stack protector for LoongArch64 2026-07-07 08:49:21 +00:00

This directory contains the template files for the next generation of the
EDK II Build infrastructure.  These files will be copied into the WORKSPACE's
Conf directory if and only if the target files do not exist.

These files may be updated frequently.

The XMLSchema directory contains the EDK II Packaging XML definitions.  The
schema may change in the future.  It differs somewhat from the early versions
of the XML Schema.