From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E348F21942329 for ; Thu, 6 Apr 2017 01:39:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491467941; x=1523003941; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=2ItDZ1oTJHX3g4EJgWdH9sAZdIs/xPDKVfOWluashd4=; b=a+Hg5cNcSt/GARfVZIlQCkB1tKGsdi1jUt8yhFn0uN02JIq1FeABxRd1 6GGZeve6GGspejM73jGXOTm2EgD3cg==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 01:38:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,283,1488873600"; d="scan'208";a="70122440" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 06 Apr 2017 01:38:47 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 01:38:46 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Apr 2017 01:38:46 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.217]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 16:38:44 +0800 From: "Long, Qin" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch] CryptoPkg IntrinsicLib: Remove GCC -fno-builtin option Thread-Index: AQHSrq4edXZqibzf6EmTsJtg+iJjEaG4BOLg Date: Thu, 6 Apr 2017 08:38:44 +0000 Message-ID: References: <1491466585-10728-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1491466585-10728-1-git-send-email-liming.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] CryptoPkg IntrinsicLib: Remove GCC -fno-builtin option X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 08:39:02 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Long Qin > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Liming Gao > Sent: Thursday, April 06, 2017 4:16 PM > To: edk2-devel@lists.01.org > Cc: Long, Qin > Subject: [edk2] [Patch] CryptoPkg IntrinsicLib: Remove GCC -fno-builtin > option >=20 > GCC -fno-builtin option is added into tools_def.template. So, there is no > need to set it in module INF file. >=20 > Cc: Qin Long > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao > --- > CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf > b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf > index cd09f53..91e5eb7 100644 > --- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf > +++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf > @@ -1,7 +1,7 @@ > ## @file > # Intrinsic Routines Wrapper Library Instance. > # > -# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved. > +# Copyright (c) 2010 - 2017, Intel Corporation. All rights > +reserved.
> # This program and the accompanying materials # are licensed and made > available under the terms and conditions of the BSD License # which > accompanies this distribution. The full text of the license may be found= at > @@ -81,4 +81,3 @@ > MSFT:DEBUG_*_IPF_CC_FLAGS =3D=3D /nologo /c /WX /GS- /X = /W4 > /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 /Zi > MSFT:RELEASE_*_IPF_CC_FLAGS =3D=3D /nologo /c /WX /GS- /X = /W4 > /EHs-c- /GR- /Gy /Os /FIAutoGen.h /QIPF_fr32 > INTEL:*_*_*_CC_FLAGS =3D /Oi- > - GCC:*_*_*_CC_FLAGS =3D -fno-builtin > \ No newline at end of file > -- > 2.8.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel