From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 6EF2A2583 for ; Tue, 29 May 2018 09:22:00 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A4F9D1529; Tue, 29 May 2018 00:21:59 -0700 (PDT) Received: from net-debian.shanghai.arm.com (unknown [10.169.36.53]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 308FA3F53D; Tue, 29 May 2018 00:21:59 -0700 (PDT) From: Gavin Hu To: dev@dpdk.org Cc: gavin.hu@arm.com Date: Tue, 29 May 2018 15:21:46 +0800 Message-Id: <1527578508-27297-1-git-send-email-gavin.hu@arm.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1527576667-26415-1-git-send-email-gavin.hu@arm.com> References: <1527576667-26415-1-git-send-email-gavin.hu@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 0/2] *** cross gcc fix and guide doc *** 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: , X-List-Received-Date: Tue, 29 May 2018 07:22:00 -0000 *** 1. Simply use -Wnoimplicit-fallthrough for pmdinfogen, other than gcc version check. *** *** 2. Make the doc in the correct format *** *** 3. Correct the rst index file *** Gavin Hu (2): mk: fix cross build errors doc: add a guide doc for cross compiling from x86 buildtools/pmdinfogen/Makefile | 2 +- .../linux_gsg/cross_build_dpdk_for_arm64.rst | 125 +++++++++++++++++++++ doc/guides/linux_gsg/index.rst | 1 + 3 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst -- 2.1.4