mirror of https://github.com/acidanthera/audk.git
UnitTestFrameworkPkg: Disable EBC in DSC file
https://bugzilla.tianocore.org/show_bug.cgi?id=2514 Remove EBC as one of the supported architectures in the UnitTestFrameworkPkg DSC file. The EBC compiler does not support vararg macros and the UnitTestLib class uses this feature. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Bret Barkelew <Bret.Barkelew@microsoft.com>
This commit is contained in:
parent
f76d50166b
commit
b3407223c5
|
@ -13,7 +13,7 @@
|
||||||
PLATFORM_VERSION = 1.00
|
PLATFORM_VERSION = 1.00
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/UnitTestFrameworkPkg
|
OUTPUT_DIRECTORY = Build/UnitTestFrameworkPkg
|
||||||
SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64
|
SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64
|
||||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue