]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: Support customized compiling command
authorBob Feng <bob.c.feng@intel.com>
Tue, 23 Apr 2019 03:21:22 +0000 (11:21 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Sun, 28 Apr 2019 01:11:27 +0000 (09:11 +0800)
commitc9b3fe1586eb191150081851c94f30277b7a3844
tree9a9db35c6deed4b1c1b3a0da1cc79d7f30fbdacf
parentdfaa565559ba28a3b78c0f42b2480d28cecb7382
BaseTools: Support customized compiling command

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1737
User may add other commands before CC command from build_rule.txt
for specific purpose. It worked fine before commit 05217d210e.

This patch is going to fix the bug in commit 05217d210e to
support customized CC command.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py