Re: [edk2-devel] [Patch V2 1/1] BaseTools: remove directly calling for gcc command

2022-07-19 Thread Ni, Ray
Does every cc support dumpversion? thanks, ray From: devel@edk2.groups.io on behalf of Yuwei Chen Sent: Wednesday, July 20, 2022 8:21:45 AM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming Subject: [edk2-devel] [Patch V2 1/1] BaseTools: remove directly

[edk2-devel] [Patch V2 1/1] BaseTools: remove directly calling for gcc command

2022-07-19 Thread Yuwei Chen
In some environment, the directly calling for gcc is not supported. This patch fixes the issue. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Yuwei Chen --- BaseTools/Source/C/DevicePath/GNUmakefile | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/BaseTools/Source