mirror of https://github.com/acidanthera/audk.git
Remove 'DEBUG_MYTOOLS_IA32' from GUIDed tool specification to allow other toolchains to match. The latest GenFds.exe supports matching the tool automatically.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7216 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
eeefcb9d4b
commit
a6be5d4541
|
@ -285,7 +285,7 @@ FILE FREEFORM = 7BB28B99-61BB-11D5-9A5D-0090273FC14D {
|
||||||
}
|
}
|
||||||
|
|
||||||
[Rule.Common.PEIM.TIANOCOMPRESSED]
|
[Rule.Common.PEIM.TIANOCOMPRESSED]
|
||||||
FILE PEIM = $(NAMED_GUID) DEBUG_MYTOOLS_IA32 {
|
FILE PEIM = $(NAMED_GUID) {
|
||||||
PEI_DEPEX PEI_DEPEX Optional |.depex
|
PEI_DEPEX PEI_DEPEX Optional |.depex
|
||||||
GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
|
GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
|
||||||
PE32 PE32 |.efi
|
PE32 PE32 |.efi
|
||||||
|
|
|
@ -310,7 +310,7 @@ FILE FREEFORM = 7BB28B99-61BB-11D5-9A5D-0090273FC14D {
|
||||||
}
|
}
|
||||||
|
|
||||||
[Rule.Common.PEIM.TIANOCOMPRESSED]
|
[Rule.Common.PEIM.TIANOCOMPRESSED]
|
||||||
FILE PEIM = $(NAMED_GUID) DEBUG_MYTOOLS_IA32 {
|
FILE PEIM = $(NAMED_GUID) {
|
||||||
PEI_DEPEX PEI_DEPEX Optional |.depex
|
PEI_DEPEX PEI_DEPEX Optional |.depex
|
||||||
GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
|
GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
|
||||||
PE32 PE32 |.efi
|
PE32 PE32 |.efi
|
||||||
|
|
Loading…
Reference in New Issue