From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: michael.d.kinney@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Thu, 01 Aug 2019 20:23:15 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2019 20:23:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,336,1559545200"; d="scan'208";a="256855684" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.251.130.221]) by orsmga001.jf.intel.com with ESMTP; 01 Aug 2019 20:23:14 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Liming Gao , Jordan Justen , Andrew Fish , Ray Ni Subject: [Patch 0/4] EmulatorPkg: Fix XCODE5 and VS2015 build failures Date: Thu, 1 Aug 2019 20:23:05 -0700 Message-Id: <20190802032309.29000-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=2045 https://bugzilla.tianocore.org/show_bug.cgi?id=2046 * 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 Cc: Liming Gao Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Michael D Kinney 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 Michael Kinney (1): EmulatorPkg: Fix VS2015 build when VS2017 also installed 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(-) -- 2.21.0.windows.1