From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gavin Hu Subject: [PATCH v4 0/2] *** cross gcc fix and guide doc *** Date: Tue, 29 May 2018 15:21:46 +0800 Message-ID: <1527578508-27297-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 Cc: gavin.hu@arm.com To: dev@dpdk.org 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) In-Reply-To: <1527576667-26415-1-git-send-email-gavin.hu@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" *** 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