Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Pavan Nikhilesh
t.g...@arm.com, hemant.agra...@nxp.com > > Cc: dev@dpdk.org, Pavan Nikhilesh > > Subject: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM > > cross builds > > X-Mailer: git-send-email 2.14.1 > > > > Add various vendor specific cross build targets.

Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Pavan Nikhilesh
On Mon, Jan 22, 2018 at 02:12:05PM +, Bruce Richardson wrote: > On Mon, Jan 22, 2018 at 06:44:50PM +0530, Pavan Nikhilesh wrote: > > Add various vendor specific cross build targets. > > This can be verified by using linaro toolchain and running > > > > meson build --cross-file config/arm/ar

Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Bruce Richardson
On Mon, Jan 22, 2018 at 06:44:50PM +0530, Pavan Nikhilesh wrote: > Add various vendor specific cross build targets. > This can be verified by using linaro toolchain and running > > meson build --cross-file config/arm/arch64_armv8__cross > > In future more cross build targets can be added. >

Re: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Jerin Jacob
Subject: [dpdk-dev] [PATCH v2] build: add support for vendor specific ARM > cross builds > X-Mailer: git-send-email 2.14.1 > > Add various vendor specific cross build targets. > This can be verified by using linaro toolchain and running > > meson build --cross-file config/

[dpdk-dev] [PATCH v2] build: add support for vendor specific ARM cross builds

2018-01-22 Thread Pavan Nikhilesh
Add various vendor specific cross build targets. This can be verified by using linaro toolchain and running meson build --cross-file config/arm/arch64_armv8__cross In future more cross build targets can be added. Signed-off-by: Pavan Nikhilesh --- v2 Changes: - rename cross file name