Re: [Mesa-dev] [PATCH] meson: Allow use of ASM for x86 host with x86_64 build machine

2018-06-08 Thread Dylan Baker
Quoting Eric Anholt (2018-06-08 09:10:35) > Dylan Baker writes: > > > [ Unknown signature status ] > > Quoting Eric Anholt (2018-06-07 14:34:02) > >> Dylan Baker writes: > >> > >> > The reason we restrict the use of ASM when cross compiling is that there > >> > is a C based generator (mtypes)

Re: [Mesa-dev] [PATCH] meson: Allow use of ASM for x86 host with x86_64 build machine

2018-06-08 Thread Eric Anholt
Dylan Baker writes: > [ Unknown signature status ] > Quoting Eric Anholt (2018-06-07 14:34:02) >> Dylan Baker writes: >> >> > The reason we restrict the use of ASM when cross compiling is that there >> > is a C based generator (mtypes) that must be run as part of the build >> > process, and it

Re: [Mesa-dev] [PATCH] meson: Allow use of ASM for x86 host with x86_64 build machine

2018-06-07 Thread Dylan Baker
Quoting Eric Anholt (2018-06-07 14:34:02) > Dylan Baker writes: > > > The reason we restrict the use of ASM when cross compiling is that there > > is a C based generator (mtypes) that must be run as part of the build > > process, and it must be built for the host architecture. In the case of > >

Re: [Mesa-dev] [PATCH] meson: Allow use of ASM for x86 host with x86_64 build machine

2018-06-07 Thread Eric Anholt
Dylan Baker writes: > The reason we restrict the use of ASM when cross compiling is that there > is a C based generator (mtypes) that must be run as part of the build > process, and it must be built for the host architecture. In the case of > an x86 host and an x86_64 build machine this is

Re: [Mesa-dev] [PATCH] meson: Allow use of ASM for x86 host with x86_64 build machine

2018-06-07 Thread Eric Engestrom
On Thursday, 2018-06-07 09:19:29 -0700, Dylan Baker wrote: > The reason we restrict the use of ASM when cross compiling is that there > is a C based generator (mtypes) that must be run as part of the build > process, and it must be built for the host architecture. In the case of > an x86 host and

[Mesa-dev] [PATCH] meson: Allow use of ASM for x86 host with x86_64 build machine

2018-06-07 Thread Dylan Baker
The reason we restrict the use of ASM when cross compiling is that there is a C based generator (mtypes) that must be run as part of the build process, and it must be built for the host architecture. In the case of an x86 host and an x86_64 build machine this is possible as long as the host and