From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11C30C433E1 for ; Fri, 22 May 2020 15:14:54 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id B12A7205CB for ; Fri, 22 May 2020 15:14:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="UgMJSnyW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B12A7205CB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E8C4F1D9A4; Fri, 22 May 2020 17:14:52 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 772591D98F for ; Fri, 22 May 2020 17:14:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1590160491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=oTTM+nzlq9okW5FQKf5or06RiWzCcx32ifEmmGSlels=; b=UgMJSnyWSvcKjNnm8yQysNvqoqdClcpk1OzU9a2DAwfGqzaoNRz2S62LjikKZEljSUc50Q fkrOTW19KgmpIYLe/WKvFb/u+SPxbklbKoAs/tUWlYlcL23oSIlrxS2AYYjAAiQHinW1kK ELJuIDvXwRu/k0TEIYw5fDWxOcNf3uo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-349-0TzzoSneMB6qiUsi2atKOQ-1; Fri, 22 May 2020 11:14:47 -0400 X-MC-Unique: 0TzzoSneMB6qiUsi2atKOQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9E1061853C6B; Fri, 22 May 2020 15:14:45 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.37.31]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4324248D8D; Fri, 22 May 2020 15:14:44 +0000 (UTC) From: Kevin Traynor To: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: thomas@monjalon.net, Kevin Traynor Date: Fri, 22 May 2020 16:14:34 +0100 Message-Id: <20200522151434.28124-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: add gcc 10 support to release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Note support for gcc 10 in the DPDK 20.05 release notes. Signed-off-by: Kevin Traynor --- Note: Reduced context so can apply before/after John's cleanup patch --- doc/guides/rel_notes/release_20_05.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 84706904e..2b8038a17 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -326,2 +326,5 @@ New Features +* **Added support for GCC 10.** + + Added support for building with GCC 10.1. -- 2.21.3