From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 E227522436958 for ; Mon, 5 Mar 2018 06:07:35 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2018 06:13:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,427,1515484800"; d="scan'208";a="31484275" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 05 Mar 2018 06:13:48 -0800 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Mar 2018 06:13:48 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Mar 2018 06:13:47 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.125]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Mon, 5 Mar 2018 22:13:46 +0800 From: "Gao, Liming" To: Laszlo Ersek , edk2-devel-01 CC: Ard Biesheuvel , Cole Robinson , Paolo Bonzini , "Zhu, Yonghong" Thread-Topic: [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8 Thread-Index: AQHTslGh6+BuVzL/gk6Uzlf4dBNMTqPBs62w Date: Mon, 5 Mar 2018 14:13:45 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E1D785E@SHSMSX104.ccr.corp.intel.com> References: <20180302180924.4312-1-lersek@redhat.com> In-Reply-To: <20180302180924.4312-1-lersek@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] BaseTools: let the C-language build utils compile with gcc-8 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2018 14:07:36 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Laszlo Ersek [mailto:lersek@redhat.com] >Sent: Saturday, March 03, 2018 2:09 AM >To: edk2-devel-01 >Cc: Ard Biesheuvel ; Cole Robinson >; Gao, Liming ; Paolo Bonzini >; Zhu, Yonghong >Subject: [PATCH 0/3] BaseTools: let the C-language build utils compile wit= h >gcc-8 > >Repo: https://github.com/lersek/edk2.git >Branch: basetools_gcc8 > >Once these patches are applied to the build flags and the source code of >the build utilities themselves, OVMF builds fine with gcc-8, using the >GCC5 toolchain settings without any changes. > >Regression-tested with gcc-4.8 / x86_64. > >Cc: Ard Biesheuvel >Cc: Cole Robinson >Cc: Liming Gao >Cc: Paolo Bonzini >Cc: Yonghong Zhu > >Thanks >Laszlo > >Laszlo Ersek (3): > BaseTools/header.makefile: add "-Wno-stringop-truncation" > BaseTools/header.makefile: add "-Wno-restrict" > BaseTools/GenVtf: silence false "stringop-overflow" warning with > memcpy() > > BaseTools/Source/C/Makefiles/header.makefile | 4 ++-- > BaseTools/Source/C/GenVtf/GenVtf.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >-- >2.14.1.3.gb7cf6e02401b