mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
This patch will enable CLANG toolchain build on Linux and Windows. Currently CLANG toolchain build still needs Visual Studio to provide nmake utility in Windows. To build with CLANG, please add build option "-t clang". It assume CLANG is installed at default path. It has been tested with SBL QEMU x86 build. Signed-off-by: Maurice Ma <maurice.ma@intel.com>