mirror_edk2/BaseTools/Source/C/Makefiles
Rebecca Cran a56ee36c49 BaseTools: Build against C++14 when building with clang
clang 17 defaults to C++17, where the 'register' keyword is deprecated
and the warning changed to an error. To avoid build errors, compile
against C++14 by specifying '-std=c++14' in CXXFLAGS.

Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
2023-04-05 15:44:48 +00:00
..
app.makefile BaseTools: Allow users to specify compiler to use with make CC= CXX= 2023-04-05 15:44:48 +00:00
footer.makefile BaseTools: Allow users to specify compiler to use with make CC= CXX= 2023-04-05 15:44:48 +00:00
header.makefile BaseTools: Build against C++14 when building with clang 2023-04-05 15:44:48 +00:00
lib.makefile BaseTools: strip trailing whitespace 2019-10-04 11:18:22 +01:00
ms.app BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
ms.common BaseTools/Source/C: Use /Z7 instead of /Zi for host tools 2022-11-08 18:29:51 +00:00
ms.lib BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
ms.rule BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
NmakeSubdirs.bat BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
NmakeSubdirs.py BaseTools: Fix BaseTools nmake cleanall hang issue 2020-11-06 02:45:40 +00:00