Re: [Mesa-dev] [PATCH] configure.ac: Also match -androideabi tuple

2017-05-08 Thread Nicolas Boichat
On Mon, May 8, 2017 at 9:19 PM, Emil Velikov wrote: > On 5 May 2017 at 23:40, Chad Versace wrote: >> On Fri 05 May 2017, Nicolas Boichat wrote: >>> From: Nicolas Boichat >>> >>> On ARM Android platforms, the host_os tuple should be linux-androideabi, >>> so let's match both -android and -android

Re: [Mesa-dev] [PATCH] configure.ac: Also match -androideabi tuple

2017-05-08 Thread Emil Velikov
On 5 May 2017 at 23:40, Chad Versace wrote: > On Fri 05 May 2017, Nicolas Boichat wrote: >> From: Nicolas Boichat >> >> On ARM Android platforms, the host_os tuple should be linux-androideabi, >> so let's match both -android and -androideabi (or any other >> -android* tuple) to determine if we sh

Re: [Mesa-dev] [PATCH] configure.ac: Also match -androideabi tuple

2017-05-05 Thread Chad Versace
On Fri 05 May 2017, Nicolas Boichat wrote: > From: Nicolas Boichat > > On ARM Android platforms, the host_os tuple should be linux-androideabi, > so let's match both -android and -androideabi (or any other > -android* tuple) to determine if we should do an Android build. > --- > configure.ac | 2

[Mesa-dev] [PATCH] configure.ac: Also match -androideabi tuple

2017-05-04 Thread Nicolas Boichat
From: Nicolas Boichat On ARM Android platforms, the host_os tuple should be linux-androideabi, so let's match both -android and -androideabi (or any other -android* tuple) to determine if we should do an Android build. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff