From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web08.50435.1629265341708850809 for ; Tue, 17 Aug 2021 22:42:22 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: michael.d.kinney@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10079"; a="277283641" X-IronPort-AV: E=Sophos;i="5.84,330,1620716400"; d="scan'208";a="277283641" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2021 22:42:20 -0700 X-IronPort-AV: E=Sophos;i="5.84,330,1620716400"; d="scan'208";a="676909197" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.89.84]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2021 22:42:20 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Rebecca Cran Subject: [edk2-libc Patch 0/9] Update for edk2/master and VS2017/VS2019 Date: Tue, 17 Aug 2021 22:41:57 -0700 Message-Id: <20210818054206.1223-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Update AppPkg and StdLib* to build using latest edk2/master and support VS2017 and VS2019. Most of the changes are related to warning levels, missing symbols and duplicate symbols that were uncovered by the use of the /WHOLEARCHIVE flag. Cc: Rebecca Cran Signed-off-by: Michael D Kinney Michael D Kinney (9): StdLib: Add /Wv:11 to VS2017/VS2019 CC_FLAGS StdLib: Add MdeLibs.dsc.inc to StdLib.dsc StdLib: Remove SocketDxe from build StdLib/LibC/gdtoa: Remove source file with unused ldtoa() function. StdLib/BsdSocketLib: Add missing LibNetUtil dependency to INF StdLib/BsdSocketLib: Add /wd4706 to CC_FLAGS AppPkg: Add MdeLibs.dsc.inc to AppPkg.dsc AppPkg/Applications/Python: Enable HAVE_COPYSIGN define AppPkg/Applications/Python/Python-2.7.10: Update INF lib classes AppPkg/AppPkg.dsc | 2 ++ AppPkg/Applications/Python/Ia32/pyconfig.h | 2 +- AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h | 2 +- AppPkg/Applications/Python/Python-2.7.10/Python2710.inf | 7 ++----- AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h | 2 +- AppPkg/Applications/Python/X64/pyconfig.h | 3 +-- StdLib/BsdSocketLib/BsdSocketLib.inf | 4 ++++ StdLib/LibC/gdtoa/gdtoa.inf | 1 - StdLib/StdLib.dsc | 2 ++ StdLib/StdLib.inc | 4 +++- 10 files changed, 17 insertions(+), 12 deletions(-) -- 2.32.0.windows.1