summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-02-10 12:18:41 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-11 23:57:44 +0000
commit27fb01a0b0c3c56a1bd27047c65e316f70e48e0d (patch)
tree423804f929fc0f9448fa744ef0e36e174c8907ad /MdePkg
parentb3407223c5c46d411d3ee7b35c1c6784e26a26e9 (diff)
downloadedk2-27fb01a0b0c3c56a1bd27047c65e316f70e48e0d.tar.gz
edk2-27fb01a0b0c3c56a1bd27047c65e316f70e48e0d.tar.bz2
edk2-27fb01a0b0c3c56a1bd27047c65e316f70e48e0d.zip
MdePkg: Disable EBC for unit tests in MdePkg.dsc
https://bugzilla.tianocore.org/show_bug.cgi?id=2514 Update the target unit tests in MdePkg.dsc to only build for IA32, X64, ARM, AARCH64. This disables EBC for these components. The UnitTestLib class uses vararg macros that the EBC compiler does not support. 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>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/MdePkg.dsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc
index 87af740853..2b2d5981e8 100644
--- a/MdePkg/MdePkg.dsc
+++ b/MdePkg/MdePkg.dsc
@@ -120,6 +120,7 @@
MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
+[Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
#
# Add UEFI Target Based Unit Tests
#