audk/BaseTools/Source/C/VfrCompile
Rebecca Cran 8d185dfb66 BaseTools: Update antlr makefile to use cc by default
Update the antlr makefile to remove the explicit setting of CC to either
clang or gcc. This causes it to use /usr/bin/cc or whatever the user has
set $(CC) to.

This removes the last dependency on gcc for BaseTools.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
2023-04-06 01:32:09 +00:00
..
Pccts BaseTools: Update antlr makefile to use cc by default 2023-04-06 01:32:09 +00:00
EfiVfr.h
GNUmakefile BaseTools: Allow users to build with clang using CC=clang CXX=clang++ 2023-04-05 15:44:48 +00:00
Makefile
VfrCompiler.cpp
VfrCompiler.h
VfrError.cpp
VfrError.h
VfrFormPkg.cpp
VfrFormPkg.h BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one of 2021-12-09 03:31:26 +00:00
VfrSyntax.g BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one of 2021-12-09 03:31:26 +00:00
VfrUtilityLib.cpp BaseTools/VrfCompile: Fix uninitialized field from unnamed field 2021-11-03 23:43:46 +00:00
VfrUtilityLib.h