[PATCH nptl] nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assembler

2010-04-12 Thread Natanael Copa
From: Timo Teräs timo.te...@iki.fi NPTL defines errno as __thread variable. Define USE___THREAD so proper errno assignment is used in assembly files. This fixes segfault while building python. Signed-off-by: Timo Teras timo.te...@iki.fi Signed-off-by: Natanael Copa natanael.c...@gmail.com ---

Re: [PATCH nptl] nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assembler

2010-04-12 Thread Austin Foxley
On 04/12/2010 05:19 AM, Natanael Copa wrote: From: Timo Teräs timo.te...@iki.fi NPTL defines errno as __thread variable. Define USE___THREAD so proper errno assignment is used in assembly files. Thanks! Sorry I missed this flag when doing the port. Committed. -Austin