]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.c
authorFeng, Bob C <bob.c.feng@intel.com>
Mon, 1 Jul 2019 09:48:51 +0000 (17:48 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 10 Jul 2019 01:26:18 +0000 (09:26 +0800)
commit1d06b46cf1d0a6e8a36ac1b790333f3c0f1c3733
tree0a7fe69d686bdcca9c69c3c8031cfe99aaae107a
parentf527942e6bdd9f198db90f2de99a0482e9be5b1b
BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.c

This issue happens when using Structured PCD.
Build tool use set to store the cflags for compile PcdValueInit.c,
that is the order of cflags is disorder.

This patch make -U, /U flags appear before -D, /D

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