]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Use common cc flag for building PcdValueInit.
authorBobCF <bob.c.feng@intel.com>
Fri, 2 Nov 2018 05:56:38 +0000 (13:56 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 5 Nov 2018 03:02:46 +0000 (11:02 +0800)
commitc95f600e937ac4b48f75b950351f7a149f31e055
tree53576d8a58b5d78799ce9047b335d5c297878327
parentfc5217a9996d1ae25a4078ebcaf4744b0b97bbc5
BaseTools: Use common cc flag for building PcdValueInit.

V3:

Update the patch to avoid "reduce" function fail.

V2:
Support to extract the common cc flag from a
combined cc flag string. For example
MSFT:*_*_IA32_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES /DDEF_IA32
MSFT:*_*_X64_CC_FLAGS  = /DDEF_X64 /D DISABLE_NEW_DEPRECATED_INTERFACES

V1:
Use common cc flags for building PcdValueInit. The common
cc flags include the cc flag which is under common arch and
under all build arches.

Contributed-under: TianoCore Contribution Agreement 1.1
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/Workspace/DscBuildData.py