From nobody Sun Apr 28 11:23:09 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1491035944098480.12255554743047; Sat, 1 Apr 2017 01:39:04 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id AC2CD21A0482A; Sat, 1 Apr 2017 01:39:01 -0700 (PDT) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 03E3121A04804 for ; Sat, 1 Apr 2017 01:39:00 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2017 01:38:59 -0700 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 01 Apr 2017 01:38:59 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 1 Apr 2017 01:38:58 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 1 Apr 2017 01:38:58 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.212]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.46]) with mapi id 14.03.0248.002; Sat, 1 Apr 2017 16:38:56 +0800 X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491035939; x=1522571939; h=from:to:cc:subject:date:message-id:mime-version; bh=MOfI9OYhYLGpRBVJtwSwTytFJInGto5dN1vE0JAz0Bg=; b=JCV/hTo18pKQ/UvYjrxhIGdUD4/Qhcx8fuObIW+UnqBQb/yivDzlTqxX RmXIrPVZv1vkznoEXgGoPTLx6J+KOg==; X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,256,1486454400"; d="dat'59?scan'59,208,59";a="1149602387" From: "Song, BinX" To: "edk2-devel@lists.01.org" Thread-Topic: [PATCH] MdeModulePkg: Fix GCC48/GCC49 build error Thread-Index: AdKqw2YS8TtG1o0nQ8ynY4GwkpCKzw== Date: Sat, 1 Apr 2017 08:38:56 +0000 Message-ID: <559D2DF22BC9A3468B4FA1AA547F0EF102551554@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <559D2DF22BC9A3468B4FA1AA547F0EF102551554@shsmsx102.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: [edk2] [PATCH] MdeModulePkg: Fix GCC48/GCC49 build error 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: , Cc: "Gao, Liming" Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" - Fix GCC48/GCC49 build error Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song --- .../Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf | 3= +++ 1 file changed, 3 insertions(+) diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDec= ompressLib.inf b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCusto= mDecompressLib.inf index 578f97f..4c9aff5 100644 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompress= Lib.inf +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompress= Lib.inf @@ -54,3 +54,6 @@ DebugLib BaseMemoryLib ExtractGuidedSectionLib + +[BuildOptions] + GCC:*_*_*_CC_FLAGS =3D -fno-builtin --=20 2.10.2.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel