Re: [Mesa-dev] [PATCH 1/3] mesa: bump required GCC version to 4.2.0

2014-12-17 Thread Ian Romanick
On 12/17/2014 12:51 PM, Timothy Arceri wrote: > It turns out Mesa hasn't compiled on less > then 4.2 for a while so update conf to > reflect this. This and patch 3 could probably be squashed, but meh. Series is Reviewed-by: Ian Romanick > Signed-off-by: Timothy Arceri > --- > configure.ac |

Re: [Mesa-dev] [PATCH 1/3] mesa: bump required GCC version to 4.2.0

2014-12-17 Thread Timothy Arceri
On Thu, 2014-12-18 at 08:46 +1100, Timothy Arceri wrote: > On Wed, 2014-12-17 at 13:15 -0800, Matt Turner wrote: > > On Wed, Dec 17, 2014 at 12:51 PM, Timothy Arceri > > wrote: > > > It turns out Mesa hasn't compiled on less > > > then 4.2 for a while so update conf to > > > reflect this. > > >

Re: [Mesa-dev] [PATCH 1/3] mesa: bump required GCC version to 4.2.0

2014-12-17 Thread Timothy Arceri
On Wed, 2014-12-17 at 13:15 -0800, Matt Turner wrote: > On Wed, Dec 17, 2014 at 12:51 PM, Timothy Arceri > wrote: > > It turns out Mesa hasn't compiled on less > > then 4.2 for a while so update conf to > > reflect this. > > The first two are: > > Reviewed-by: Matt Turner > > and the last is

Re: [Mesa-dev] [PATCH 1/3] mesa: bump required GCC version to 4.2.0

2014-12-17 Thread Matt Turner
On Wed, Dec 17, 2014 at 12:51 PM, Timothy Arceri wrote: > It turns out Mesa hasn't compiled on less > then 4.2 for a while so update conf to > reflect this. The first two are: Reviewed-by: Matt Turner and the last is Acked-by: Matt Turner By the way, you seem to be manually line wrapping yo

[Mesa-dev] [PATCH 1/3] mesa: bump required GCC version to 4.2.0

2014-12-17 Thread Timothy Arceri
It turns out Mesa hasn't compiled on less then 4.2 for a while so update conf to reflect this. Signed-off-by: Timothy Arceri --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index fdb7676..c8723ef 100644 --- a/configure.ac +++