[Mesa-dev] [PATCH 2/4] meson: disable x86 asm in fewer cases.

2017-11-15 Thread Dylan Baker
This patch allows building asm for x86 on x86_64 platforms, when the operating system is the same. Previously cross compile always turned off assembly. This allows using a cross file to cross compile x86 binaries on x86_64 with asm. This could probably be relaxed further thanks to meson's "exe_wra

Re: [Mesa-dev] [PATCH 2/4] meson: disable x86 asm in fewer cases.

2017-11-16 Thread Eric Engestrom
On Wednesday, 2017-11-15 17:11:00 -0800, Dylan Baker wrote: > This patch allows building asm for x86 on x86_64 platforms, when the > operating system is the same. Previously cross compile always turned off > assembly. This allows using a cross file to cross compile x86 binaries > on x86_64 with asm

Re: [Mesa-dev] [PATCH 2/4] meson: disable x86 asm in fewer cases.

2017-11-16 Thread Dylan Baker
Quoting Eric Engestrom (2017-11-16 03:46:04) > On Wednesday, 2017-11-15 17:11:00 -0800, Dylan Baker wrote: > > This patch allows building asm for x86 on x86_64 platforms, when the > > operating system is the same. Previously cross compile always turned off > > assembly. This allows using a cross fi

Re: [Mesa-dev] [PATCH 2/4] meson: disable x86 asm in fewer cases.

2017-11-17 Thread Eric Engestrom
On Thursday, 2017-11-16 14:16:38 -0800, Dylan Baker wrote: > Quoting Eric Engestrom (2017-11-16 03:46:04) > > On Wednesday, 2017-11-15 17:11:00 -0800, Dylan Baker wrote: > > > This patch allows building asm for x86 on x86_64 platforms, when the > > > operating system is the same. Previously cross c