]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UnitTestFrameworkPkg: Disable EBC in DSC file
authorMichael D Kinney <michael.d.kinney@intel.com>
Mon, 10 Feb 2020 20:16:45 +0000 (12:16 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 11 Feb 2020 23:57:44 +0000 (23:57 +0000)
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>
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc

index 0ad448227384178c07c82ccc0bde737147672314..53d8f527548050be410842a99299b9998d9aa072 100644 (file)
@@ -13,7 +13,7 @@
   PLATFORM_VERSION        = 1.00\r
   DSC_SPECIFICATION       = 0x00010005\r
   OUTPUT_DIRECTORY        = Build/UnitTestFrameworkPkg\r
-  SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64\r
+  SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64\r
   BUILD_TARGETS           = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER        = DEFAULT\r
 \r