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 E9C4A2BE1 for ; Thu, 24 May 2018 05:39:09 +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 B28671596 for ; Wed, 23 May 2018 20:39:08 -0700 (PDT) Received: from net-debian.shanghai.arm.com (net-debian.shanghai.arm.com [10.169.38.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 623D73F589 for ; Wed, 23 May 2018 20:39:08 -0700 (PDT) From: Gavin Hu To: dev@dpdk.org Date: Wed, 23 May 2018 23:38:45 -0400 Message-Id: <1527133127-29407-1-git-send-email-gavin.hu@arm.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/2] *** gcc cross compile dpdk *** 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: Thu, 24 May 2018 03:39:11 -0000 *** gcc cross compile dpdk, including a fix and a doc *** Gavin Hu (2): mk: fix cross build errors doc: add a guide doc for cross compiling from x86 buildtools/pmdinfogen/Makefile | 2 +- doc/cross_compiling_sdk.txt | 58 ++++++++++++++++++++++++++++++++ mk/toolchain/gcc/rte.toolchain-compat.mk | 5 +++ mk/toolchain/gcc/rte.vars.mk | 9 +++++ 4 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 doc/cross_compiling_sdk.txt -- 2.1.4