summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/VfrCompile/Pccts
diff options
context:
space:
mode:
authorMichael Thomas <malinka@entropy-development.com>2016-01-11 07:42:03 +0000
committeryzhu52 <yzhu52@Edk2>2016-01-11 07:42:03 +0000
commit819a2394f17f6e4e97893481e4acb95401e7b380 (patch)
tree325b15868e7aa321cd91c96695521d4caa8ca9b2 /BaseTools/Source/C/VfrCompile/Pccts
parent7ae130da858d41088d27736f99a8c8f07ec1c641 (diff)
downloadedk2-819a2394f17f6e4e97893481e4acb95401e7b380.zip
edk2-819a2394f17f6e4e97893481e4acb95401e7b380.tar.gz
edk2-819a2394f17f6e4e97893481e4acb95401e7b380.tar.bz2
BaseTools/VfrCompile: honor CC if it is set
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Thomas <malinka@entropy-development.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19636 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/C/VfrCompile/Pccts')
-rw-r--r--BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile b/BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile
index 406725d..dfcf3ee 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