Reviewed-by: Bret Barkelew <[email protected]> - Bret
________________________________ From: Laszlo Ersek <[email protected]> Sent: Tuesday, February 11, 2020 1:02:17 AM To: [email protected] <[email protected]>; Kinney, Michael D <[email protected]> Cc: Sean Brogan <[email protected]>; Bret Barkelew <[email protected]> Subject: [EXTERNAL] Re: [edk2-devel] [Patch 1/2] UnitTestFrameworkPkg: Disable EBC in DSC file On 02/10/20 21:24, Michael D Kinney wrote: > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D2514&data=02%7C01%7Cbret.barkelew%40microsoft.com%7Cabce6dc4e8984e69faae08d7aed12330%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637170085571112419&sdata=J40%2BxMF1CTlCdsZMK4%2Fjtp2jKkSdunF1b07tU34BIk4%3D&reserved=0 > > Remove EBC as one of the supported architectures > in the UnitTestFrameworkPkg DSC file. The EBC > compiler does not support cararg macros and the small typo: s/cararg/vararg/ Thanks Laszlo > UnitTestLib class uses this feature. > > Cc: Sean Brogan <[email protected]> > Cc: Bret Barkelew <[email protected]> > Signed-off-by: Michael D Kinney <[email protected]> > --- > UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc > b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc > index 0ad4482273..53d8f52754 100644 > --- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc > +++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc > @@ -13,7 +13,7 @@ [Defines] > PLATFORM_VERSION = 1.00 > DSC_SPECIFICATION = 0x00010005 > OUTPUT_DIRECTORY = Build/UnitTestFrameworkPkg > - SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64 > + SUPPORTED_ARCHITECTURES = IA32|X64|ARM|AARCH64 > BUILD_TARGETS = DEBUG|RELEASE|NOOPT > SKUID_IDENTIFIER = DEFAULT > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#54661): https://edk2.groups.io/g/devel/message/54661 Mute This Topic: https://groups.io/mt/71412843/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
