mirror of https://github.com/acidanthera/audk.git
BaseTools: Remove Arch specific build options for PcdValueInit tool.
PcdValueInit tool is Arch independent, the Arch specific build options should be removed from PcdValueInit makefile. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob C Feng <bob.c.feng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
2855e9c330
commit
951fb2d4e5
|
@ -2288,7 +2288,7 @@ class DscBuildData(PlatformBuildClassObject):
|
|||
|
||||
if Target == "*" or Target == self._Target:
|
||||
if Tag == "*" or Tag == self._Toolchain:
|
||||
if Arch == "*" or Arch == self.Arch:
|
||||
if Arch == "*":
|
||||
if Tool not in BuildOptions:
|
||||
BuildOptions[Tool] = OrderedDict()
|
||||
if Attr != "FLAGS" or Attr not in BuildOptions[Tool] or self.BuildOptions[Options].startswith('='):
|
||||
|
|
Loading…
Reference in New Issue