Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-11-06 Thread Lance Richardson
On Fri, Nov 6, 2020 at 12:54 PM Thomas Monjalon wrote: > Bruce added the doc and the command in test-meson-builds.sh. > Are we fine now? Should we mark this patch as rejected? That's fine with me, thanks for following up. Lance

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-11-06 Thread Thomas Monjalon
06/10/2020 16:35, Lance Richardson: > On Tue, Oct 6, 2020 at 4:30 AM Thomas Monjalon wrote: > > > > 25/09/2020 15:27, Lance Richardson: > > > Bruce Richardson wrote: > > > > On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > > > > > Add meson cross files for building i686 targets

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-10-06 Thread Lance Richardson
On Tue, Oct 6, 2020 at 4:30 AM Thomas Monjalon wrote: > > 25/09/2020 15:27, Lance Richardson: > > Bruce Richardson wrote: > > > On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > > > > Add meson cross files for building i686 targets using gcc on x86_64 > > > > linux hosts. > > > >

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-10-06 Thread Thomas Monjalon
25/09/2020 15:27, Lance Richardson: > Bruce Richardson wrote: > > On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > > > Add meson cross files for building i686 targets using gcc on x86_64 > > > linux hosts. > > > > > > Uusage example: > > > > > > meson --cross-file config/x86/

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-09-25 Thread Lance Richardson
On Fri, Sep 25, 2020 at 9:44 AM Bruce Richardson wrote: > > On Fri, Sep 25, 2020 at 09:27:25AM -0400, Lance Richardson wrote: > > On Fri, Sep 25, 2020 at 5:13 AM Bruce Richardson > > wrote: > > > > > > On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > > > > Add meson cross files

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-09-25 Thread Lance Richardson
On Fri, Sep 25, 2020 at 5:13 AM Bruce Richardson wrote: > > On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > > Add meson cross files for building i686 targets using gcc on x86_64 > > linux hosts. > > > > Uusage example: > > > > meson --cross-file config/x86/cross-i686-linux-

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-09-25 Thread Ferruh Yigit
On 9/25/2020 3:28 PM, Bruce Richardson wrote: On Fri, Sep 25, 2020 at 10:08:35AM -0400, Lance Richardson wrote: On Fri, Sep 25, 2020 at 9:44 AM Bruce Richardson wrote: On Fri, Sep 25, 2020 at 09:27:25AM -0400, Lance Richardson wrote: On Fri, Sep 25, 2020 at 5:13 AM Bruce Richardson wrote:

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-09-25 Thread Bruce Richardson
On Fri, Sep 25, 2020 at 10:08:35AM -0400, Lance Richardson wrote: > On Fri, Sep 25, 2020 at 9:44 AM Bruce Richardson > wrote: > > > > On Fri, Sep 25, 2020 at 09:27:25AM -0400, Lance Richardson wrote: > > > On Fri, Sep 25, 2020 at 5:13 AM Bruce Richardson > > > wrote: > > > > > > > > On Thu, Sep 2

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-09-25 Thread Bruce Richardson
On Fri, Sep 25, 2020 at 09:27:25AM -0400, Lance Richardson wrote: > On Fri, Sep 25, 2020 at 5:13 AM Bruce Richardson > wrote: > > > > On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > > > Add meson cross files for building i686 targets using gcc on x86_64 > > > linux hosts. > > >

Re: [dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-09-25 Thread Bruce Richardson
On Thu, Sep 24, 2020 at 12:37:42PM -0400, Lance Richardson wrote: > Add meson cross files for building i686 targets using gcc on x86_64 > linux hosts. > > Uusage example: > > meson --cross-file config/x86/cross-i686-linux-gcc build-i686 > ninja -C build-i686 > > Signed-off-by: Lance Rich

[dpdk-dev] [PATCH] build: support i686 target on x86 64-bit hosts

2020-09-24 Thread Lance Richardson
Add meson cross files for building i686 targets using gcc on x86_64 linux hosts. Uusage example: meson --cross-file config/x86/cross-i686-linux-gcc build-i686 ninja -C build-i686 Signed-off-by: Lance Richardson --- Red Hat distros use a different name for the 32-bit pkg-config command f