Re: [Mesa-dev] [PATCH] mapi: Fix build with clang

2016-01-25 Thread Armin K.
On 25.1.2016 3:57, Matt Turner wrote: On Sun, Jan 24, 2016 at 2:53 AM, Armin K wrote: From: Tomasz Paweł Gajc Currently, building with clang fails due to: error in backend: symbol 'x86_64_entry_start' is already defined This patch fixes it. Bugzilla: https://bugs.freedesktop.org/show_bug.c

Re: [Mesa-dev] [PATCH] mapi: Fix build with clang

2016-01-24 Thread Matt Turner
On Sun, Jan 24, 2016 at 2:53 AM, Armin K wrote: > From: Tomasz Paweł Gajc > > Currently, building with clang fails due to: > > error in backend: symbol 'x86_64_entry_start' is already defined > > This patch fixes it. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89599 What do I have

[Mesa-dev] [PATCH] mapi: Fix build with clang

2016-01-24 Thread Armin K
From: Tomasz Paweł Gajc Currently, building with clang fails due to: error in backend: symbol 'x86_64_entry_start' is already defined This patch fixes it. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89599 --- src/mapi/entry_x86-64_tls.h | 4 ++-- src/mapi/entry_x86_tls.h| 4 ++-