Reviewed-by: Yonghong Zhu <yonghong....@intel.com>

Best Regards,

Zhu Yonghong

-----Original Message-----
From: Zhu, Yonghong 
Sent: Tuesday, December 08, 2015 12:18 PM
To: aelmali...@gmail.com
Cc: edk2-devel@lists.01.org; Zhu, Yonghong
Subject: RE: [edk2] Fwd: [PATCH] BaseTools/VfrCompile: honor CC if it is set

Hi Thomas,

How you found such error ? could you give me the reproduce steps and 
environment configuration?  Thanks.

Best Regards,

Zhu Yonghong

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Michael 
Thomas
Sent: Sunday, December 06, 2015 6:17 AM
To: edk2-devel@lists.01.org
Subject: [edk2] Fwd: [PATCH] BaseTools/VfrCompile: honor CC if it is set

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Thomas <mali...@entropy-development.com>
---
 BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.6.3
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to