Re: [PATCH] Define _REENTRANT with -pthread on aarch64-linux

2013-07-10 Thread Marcus Shawcroft
On 10 July 2013 16:06, Andreas Schwab wrote: > This is expected by some software (SWI Prolog checks for it). > > Andreas. OK, Thank you. ... this time copying in gcc-patches from an account that won't get bounced... /Marcus

[PATCH] Define _REENTRANT with -pthread on aarch64-linux

2013-07-10 Thread Andreas Schwab
This is expected by some software (SWI Prolog checks for it). Andreas. * config/aarch64/aarch64-linux.h (CPP_SPEC): Define. diff --git a/gcc/config/aarch64/aarch64-linux.h b/gcc/config/aarch64/aarch64-linux.h index e914ed2..83efad4 100644 --- a/gcc/config/aarch64/aarch64-linux.h +++ b/g