Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 85e2fef2a8dfcdc64235e783abd827f33f2664b3
      
https://github.com/tianocore/edk2/commit/85e2fef2a8dfcdc64235e783abd827f33f2664b3
  Author: Michael D Kinney <[email protected]>
  Date:   2025-12-26 (Fri, 26 Dec 2025)

  Changed paths:
    M BaseTools/Edk2ToolsBuild.py

  Log Message:
  -----------
  BaseTools: Add CLANG support to Edk2ToolsBuild.py

Update Edk2ToolsBuild.py to support using Linux/CLANG and
Windows Mingw/CLANG environments to build C tools within
the BaseTools directory. The environment variable settings
CC=clang and CXX=clang++ must also be set before running
Edk2ToolsBuild.py to enable the use of the clang compiler.
PATH must also be set to include the path to the installed
version of clang and clang++ to use. If CC and CXX are not
set, the the default compiler is used.

When Mingw CLANG environment is being used, CLANG_BIN must
be set to the path to the CLANG tools so the mingw-make.exe
utility can be used to process BaseTools makefiles.

Signed-off-by: Michael D Kinney <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to