From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id EB90E7803D8 for ; Thu, 4 Jan 2024 08:34:38 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=CzMnak0kjd0SzgdMOfVoPLboqAOqOThYWW8iu7Xsous=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704357277; v=1; b=urqQ23WyOQytQfHL3NT4s2TVTyDWH4NZQo6n1OG9Ua2Hpw+49JC6MwP3BhQiI1dRTMvNnEBt TI9YHpBzteQiYh75RvDAa9kmCE+v3eKlaanFsTciE78s27Y7P3DALxkaTKh7yMylHf+bspgP869 WVeilo5rhm6Vuk/BzwpzAYB8= X-Received: by 127.0.0.2 with SMTP id 2UWFYY7687511xRyQKrnTNge; Thu, 04 Jan 2024 00:34:37 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.49991.1704357271679860713 for ; Thu, 04 Jan 2024 00:34:31 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10942"; a="463571640" X-IronPort-AV: E=Sophos;i="6.04,330,1695711600"; d="scan'208";a="463571640" X-Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2024 00:34:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10942"; a="783800425" X-IronPort-AV: E=Sophos;i="6.04,330,1695711600"; d="scan'208";a="783800425" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by fmsmga007.fm.intel.com with ESMTP; 04 Jan 2024 00:34:22 -0800 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Jiewen Yao , Yi Li , Guomin Jiang Subject: [edk2-devel] [PATCH 1/1] CryptoPkg: fix gcc build fail for CryptoPkgMbedtls Date: Thu, 4 Jan 2024 16:34:15 +0800 Message-Id: <20240104083415.2967-2-wenxing.hou@intel.com> In-Reply-To: <20240104083415.2967-1-wenxing.hou@intel.com> References: <20240104083415.2967-1-wenxing.hou@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,wenxing.hou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: zrsU9Aq0zlSH9A0oKly3PAa0x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=urqQ23Wy; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4630 Enable MBEDTLS_NO_UDBL_DIVISION to fix GCC x64 build failure. Cc: Jiewen Yao Cc: Yi Li Cc: Guomin Jiang Signed-off-by: Wenxing Hou --- CryptoPkg/Library/MbedTlsLib/Include/mbedtls/mbedtls_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Library/MbedTlsLib/Include/mbedtls/mbedtls_config.h = b/CryptoPkg/Library/MbedTlsLib/Include/mbedtls/mbedtls_config.h index ae9ef3a1b380..3068612c0815 100644 --- a/CryptoPkg/Library/MbedTlsLib/Include/mbedtls/mbedtls_config.h +++ b/CryptoPkg/Library/MbedTlsLib/Include/mbedtls/mbedtls_config.h @@ -67,7 +67,7 @@ * example, if double-width division is implemented in software, disabling= =0D * it can reduce code size in some embedded targets.=0D */=0D -// #define MBEDTLS_NO_UDBL_DIVISION=0D +#define MBEDTLS_NO_UDBL_DIVISION=0D =0D /**=0D * \def MBEDTLS_NO_64BIT_MULTIPLICATION=0D --=20 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113151): https://edk2.groups.io/g/devel/message/113151 Mute This Topic: https://groups.io/mt/103519146/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-