public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [BaseTools Patch 0/2] Add clang/gnumake build support in windows
@ 2021-08-18 14:18 Steven Shi
  2021-08-18 14:18 ` [BaseTools Patch 1/2] BaseTools: add clang + gnu make " Steven Shi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Steven Shi @ 2021-08-18 14:18 UTC (permalink / raw)
  To: devel; +Cc: michael.d.kinney, gaoliming, bob.c.feng, yuqi.chen, Steven Shi

Google Summer of Code 2021 project: Add clang + gnu make build support
for Edk2 BaseTools in windows

Details of tool combinations and build steps:
https://github.com/alyssachne/edk2/tree/2021-gsoc-llvm-gnumake-v3

Only plan to check-in to edk2-staging right now

Help to send this patch serial for Yuqi Chen <yuqi.chen@mail.utoronto.ca>,
since she has git configure problem.

Alyssa (2):
  BaseTools: add clang + gnu make build support in windows
  Readme: Update the readme to add project details

 BaseTools/Source/C/BrotliCompress/GNUmakefile |   8 +-
 BaseTools/Source/C/Common/CommonLib.h         |   9 +
 BaseTools/Source/C/Common/MyAlloc.c           |   4 +-
 BaseTools/Source/C/Common/MyAlloc.h           |   4 +-
 BaseTools/Source/C/DevicePath/GNUmakefile     |   6 +-
 BaseTools/Source/C/EfiRom/GNUmakefile         |   6 +-
 BaseTools/Source/C/GNUmakefile                |  74 ++-
 BaseTools/Source/C/GenCrc32/GNUmakefile       |   6 +-
 BaseTools/Source/C/GenFfs/GNUmakefile         |   6 +-
 BaseTools/Source/C/GenFv/GNUmakefile          |   6 +-
 BaseTools/Source/C/GenFw/GNUmakefile          |   6 +-
 BaseTools/Source/C/GenSec/GNUmakefile         |   6 +-
 BaseTools/Source/C/LzmaCompress/GNUmakefile   |   6 +-
 BaseTools/Source/C/Makefiles/app.makefile     |   5 +-
 BaseTools/Source/C/Makefiles/header.makefile  |  84 ++-
 BaseTools/Source/C/Makefiles/lib.makefile     |   6 +-
 BaseTools/Source/C/Makefiles/ms.app           |   2 +-
 BaseTools/Source/C/Makefiles/ms.common        |   9 +
 BaseTools/Source/C/TianoCompress/GNUmakefile  |   6 +-
 BaseTools/Source/C/VfrCompile/GNUmakefile     |  29 +-
 .../C/VfrCompile/Pccts/antlr/AntlrMS.mak      |   9 +-
 .../Source/C/VfrCompile/Pccts/antlr/makefile  |   7 +
 .../Source/C/VfrCompile/Pccts/dlg/DlgMS.mak   |   9 +-
 .../Source/C/VfrCompile/Pccts/dlg/makefile    |   7 +
 BaseTools/Source/C/VolInfo/GNUmakefile        |   6 +-
 BaseTools/Tests/GNUmakefile                   |  17 +-
 BaseTools/Tests/TestTools.py                  |   2 +-
 BaseTools/Tests/TianoCompress.py              |   5 +-
 BaseTools/toolsetup.bat                       |  14 +-
 ReadMe.rst                                    | 553 ++++++------------
 edksetup.bat                                  |   7 +-
 31 files changed, 457 insertions(+), 467 deletions(-)

-- 
2.28.0.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-20  9:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-18 14:18 [BaseTools Patch 0/2] Add clang/gnumake build support in windows Steven Shi
2021-08-18 14:18 ` [BaseTools Patch 1/2] BaseTools: add clang + gnu make " Steven Shi
2021-08-18 14:18 ` [BaseTools Patch 2/2] Readme: Update the readme to add project details Steven Shi
2021-08-19 16:25 ` [BaseTools Patch 0/2] Add clang/gnumake build support in windows Michael D Kinney
2021-08-20  9:27   ` Steven Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox