From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B0DCD324D for ; Tue, 19 Dec 2017 15:30:39 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2017 06:30:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,427,1508828400"; d="scan'208";a="160105547" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.106]) by orsmga004.jf.intel.com with SMTP; 19 Dec 2017 06:30:32 -0800 Received: by (sSMTP sendmail emulation); Tue, 19 Dec 2017 14:30:32 +0000 Date: Tue, 19 Dec 2017 14:30:31 +0000 From: Bruce Richardson To: Luca Boccassi Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com Message-ID: <20171219143031.GB14588@bricha3-MOBL3.ger.corp.intel.com> References: <20171219105222.198664-1-bruce.richardson@intel.com> <1513689917.25709.73.camel@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1513689917.25709.73.camel@debian.org> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson 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, 19 Dec 2017 14:30:40 -0000 On Tue, Dec 19, 2017 at 01:25:17PM +0000, Luca Boccassi wrote: > On Tue, 2017-12-19 at 10:52 +0000, Bruce Richardson wrote: > > While meson has built-in support for cross-compilation, there can be > > things > > inside the meson.build files which cause problems in a cross-compile > > environment. This patchset fixes a number of issues found when doing > > test > > builds for arm architecture. > > > > NOTE: this patchset only contains the fixes made to existing code. > > The > > additional files needed for building for an arm target will be sent > > out as > > an RFC patch separately, to be picked up by those more familiar with > > arm > > architecture and hopefully turned into a production-ready patchset. > > The > > resulting arm build was not test run on any platform. > > > > Bruce Richardson (2): > >   build: remove architecture flag as default C flag > >   net/pcap: fix cross compilation > > > >  app/test-pmd/meson.build          |  1 + > >  buildtools/pmdinfogen/meson.build |  3 +-- > >  config/meson.build                |  8 ++++++-- > >  drivers/meson.build               |  2 +- > >  drivers/net/i40e/meson.build      |  2 +- > >  drivers/net/ixgbe/meson.build     |  2 +- > >  drivers/net/pcap/meson.build      | 21 +++++++++++++++------ > >  examples/meson.build              |  2 +- > >  lib/meson.build                   |  2 +- > >  meson.build                       |  2 +- > >  10 files changed, 29 insertions(+), 16 deletions(-) > > Acked-by: Luca Boccassi > Applied to dpdk-next-build