From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 08A35A04E1 for ; Thu, 28 Nov 2019 22:32:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1AE42B9C; Thu, 28 Nov 2019 22:32:58 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 4FB2A9E4; Thu, 28 Nov 2019 22:32:55 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BC6CF227A1; Thu, 28 Nov 2019 16:32:51 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 28 Nov 2019 16:32:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=d6ZaGGiB918ruMpO3yauQgVSXmOuxIueGeCkgM57DOY=; b=Rrf8TRJy3LHM iH1DXd5TJZ62FqZagjqnl61ArQiUgIOgzGqgJL1eTMxwQQLBRrbAQwkk5D/exc0c HmQh91vgzb/7KRN3QZb7obtqjkMAh9EMguCszh0l8AkxL4ZXIFa6FK4JAVjyUDaf fzL/sAZxSRRxeYPvlyPHWJ1T+bZA8UA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=d6ZaGGiB918ruMpO3yauQgVSXmOuxIueGeCkgM57D OY=; b=u20aRJMibuBCqVS+Vad8dJfuNXD+nSE8EMC2JpQAbec9PagT1LYY4hXS5 tj48Ut9OASwH0FzaZe6gIdbTCic/WVFY9l5z2UDMxCQBBp8n6mIOp2WzxoVIZ780 xw+RTAFZ/52Y82iWq+br91F0UJSPb5NpYhbBdE+PC4T+RR/dvqnD2LHui930pmQb FJvkvPFA1kmiKamuYWzOqjtAiOCl5T7fiUTdzYWmS1Efa0wYjIg53Oh6gx/13EOZ N71WhTThKiYkWzJzOZhsV5/uN6MQchbJiJzVC6m97EagLBr+5kpVBleX3BTYsetf mvgFws8bu9Oyn1fwEcCEClhfZwn2Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeijedgudegjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhephhhurghrmhdrtghomhenucfkphepjeejrddufeegrddvtdefrddukeeg necurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvg htnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7EC013060074; Thu, 28 Nov 2019 16:32:50 -0500 (EST) From: Thomas Monjalon To: Joyce Kong Cc: stable@dpdk.org, Jerin Jacob , dpdk-dev , nd , Jerin Jacob , Honnappa Nagarahalli , Gavin Hu Date: Thu, 28 Nov 2019 22:32:48 +0100 Message-ID: <4211958.QxLk6j83JU@xps> In-Reply-To: References: <1570848014-20125-1-git-send-email-joyce.kong@arm.com> <1574922779-14683-1-git-send-email-joyce.kong@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3] doc: update cross build tool version X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 28/11/2019 12:04, Jerin Jacob: > On Thu, Nov 28, 2019 at 3:33 PM Joyce Kong wrote: > > > > Update the cross build tool version to gcc8.3. > > > > Fixes: 01add9da25cd ("doc: add cross compiling guide") > > Cc: stable@dpdk.org > > > > Signed-off-by: Joyce Kong > > Reviewed-by: Gavin Hu > > With the following suggested tile change: > doc: update arm64 cross build tool version > > Acked-by: Jerin Jacob Applied, thanks