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.web11.60892.1629322153149246507 for ; Wed, 18 Aug 2021 14:29:13 -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,10080"; a="277454597" X-IronPort-AV: E=Sophos;i="5.84,332,1620716400"; d="scan'208";a="277454597" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2021 14:29:12 -0700 X-IronPort-AV: E=Sophos;i="5.84,332,1620716400"; d="scan'208";a="521240155" Received: from nsin-mobl.amr.corp.intel.com (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.212.191.175]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2021 14:29:11 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Rebecca Cran Subject: [edk2-libc Patch V2 0/9] Update for edk2/master and VS2017/VS2019 Date: Wed, 18 Aug 2021 14:28:50 -0700 Message-Id: <20210818212859.260-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.32.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3549 New in V2 ========= * Add LibNetUtil to StdLib/BsdSocketLib in alphebetic order * Add comments explaining why SocketDxe is removed from the build. New TianoCore Bugzilla with more details on this issue: https://bugzilla.tianocore.org/show_bug.cgi?id=3572 Add BsdSocketLib and EfiSocketLib to [LibraryClasses] section of Python-2.7.10.inf. Even if sockets are disabled in Python config, with the /WHOLEARCHIVE linker option, there are still references to the socket related functions. Add these lib classes so the link can pass for both sockets enabled and sockets disabled builds. 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 | 8 +++++++- 10 files changed, 21 insertions(+), 12 deletions(-) -- 2.32.0.windows.1