Re: [Mesa-dev] [PATCH 1/2] gallium/util: Don't stub u_debug_stack on Android

2018-03-29 Thread Stefan Schake
On Thu, Mar 29, 2018 at 4:38 PM, Eric Engestrom wrote: > On Thursday, 2018-03-29 00:19:00 +0200, Stefan Schake wrote: >> The fallback path for no libunwind ends up being stubs for Android. >> Don't compile them in so we can provide our own implementation. >> >> Signed-off-by: Stefan Schake >> ---

Re: [Mesa-dev] [PATCH 1/2] gallium/util: Don't stub u_debug_stack on Android

2018-03-29 Thread Eric Engestrom
On Thursday, 2018-03-29 00:19:00 +0200, Stefan Schake wrote: > The fallback path for no libunwind ends up being stubs for Android. > Don't compile them in so we can provide our own implementation. > > Signed-off-by: Stefan Schake > --- > src/gallium/auxiliary/util/u_debug_stack.c | 2 +- > 1 fil

[Mesa-dev] [PATCH 1/2] gallium/util: Don't stub u_debug_stack on Android

2018-03-28 Thread Stefan Schake
The fallback path for no libunwind ends up being stubs for Android. Don't compile them in so we can provide our own implementation. Signed-off-by: Stefan Schake --- src/gallium/auxiliary/util/u_debug_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliar