diff options
author | Michael Thomas <malinka@entropy-development.com> | 2016-01-11 07:42:03 +0000 |
---|---|---|
committer | yzhu52 <yzhu52@Edk2> | 2016-01-11 07:42:03 +0000 |
commit | 819a2394f17f6e4e97893481e4acb95401e7b380 (patch) | |
tree | 325b15868e7aa321cd91c96695521d4caa8ca9b2 /BaseTools/Source/C/VfrCompile/Pccts | |
parent | 7ae130da858d41088d27736f99a8c8f07ec1c641 (diff) | |
download | edk2-platforms-819a2394f17f6e4e97893481e4acb95401e7b380.tar.xz |
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/makefile | 2 |
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 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
|