From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: ray.ni@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Mon, 05 Aug 2019 18:55:24 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2019 18:55:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,352,1559545200"; d="scan'208";a="192552625" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 05 Aug 2019 18:55:23 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 5 Aug 2019 18:55:23 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 5 Aug 2019 18:55:23 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.80]) with mapi id 14.03.0439.000; Tue, 6 Aug 2019 09:55:21 +0800 From: "Ni, Ray" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: "Gao, Liming" , "Justen, Jordan L" , Andrew Fish Subject: Re: [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures Thread-Topic: [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures Thread-Index: AQHVSOGgJxFk0d9HPkmSQopnx2Dh7qbtYb3A Date: Tue, 6 Aug 2019 01:55:20 +0000 Deferred-Delivery: Tue, 6 Aug 2019 01:54:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C27266B@SHSMSX104.ccr.corp.intel.com> References: <20190802032309.29000-1-michael.d.kinney@intel.com> In-Reply-To: <20190802032309.29000-1-michael.d.kinney@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: Kinney, Michael D > Sent: Friday, August 2, 2019 11:23 AM > To: devel@edk2.groups.io > Cc: Gao, Liming ; Justen, Jordan L > ; Andrew Fish ; Ni, Ray > > Subject: [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures >=20 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2045 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2046 >=20 > * Fix tool paths for VS2015x86 builds of EmulatorPkg > * Add NetworkPkg to UNIX Host.inf dependencies > * Fix MacOS redefinition of NTOHLL and HTONLL macros > between EDK II and standard includes in UNIX Host.h. > * Fix [BuildOptions] flags for IA32/X64 XCODE5 build issues > * Fix function pointer type mismatch in reverse gasket callback > * Disable #pragma GCC visibility push (hidden) for XCODE5 >=20 > Cc: Liming Gao > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni > Signed-off-by: Michael D Kinney >=20 > Michael D Kinney (3): > EmulatorPkg/Unix/Host: Fix NetworkPkg dependencies > EmulatorPkg/Unix/Host: Fix XCODE5 IA32/X64 build failure > MdePkg/X64/ProcessorBind.h: Fix EmulatorPkg X64 XCODE5 >=20 > Michael Kinney (1): > EmulatorPkg: Fix VS2015 build when VS2017 also installed >=20 > EmulatorPkg/Unix/Host/EmuThunk.c | 4 ++-- > EmulatorPkg/Unix/Host/Gasket.h | 4 ++-- > EmulatorPkg/Unix/Host/Host.h | 6 +++++- > EmulatorPkg/Unix/Host/Host.inf | 9 +++++---- > EmulatorPkg/Unix/Host/Pthreads.c | 4 ++-- > EmulatorPkg/Win/Host/WinHost.inf | 22 ++++++++-------------- > MdePkg/Include/X64/ProcessorBind.h | 4 ++-- > 7 files changed, 26 insertions(+), 27 deletions(-) >=20 > -- > 2.21.0.windows.1