From 425af91dc6963a04d87bbeea3b59ea42527bbdf5 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 11 Jan 2016 07:42:03 +0000 Subject: BaseTools/VfrCompile: honor CC if it is set Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Thomas Reviewed-by: Yonghong Zhu git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19636 6f19259b-4bc3-4df7-8a09-765794883524 (cherry picked from commit 819a2394f17f6e4e97893481e4acb95401e7b380) --- BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source/C') diff --git a/BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile b/BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile index 406725d195..dfcf3eebeb 100644 --- a/BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile +++ b/BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile @@ -114,7 +114,7 @@ PCCTS_H=../h # # UNIX # -CC=cc +CC?=cc COPT=-O ANTLR=${BIN_DIR}/antlr DLG=${BIN_DIR}/dlg -- cgit v1.2.3