Re: [PATCH] libpthread: modify CFLAGS-pthread_once.c to avoid earlier setting being replaced

2014-08-31 Thread Waldemar Brodkorb
Hi Yang, Yang Yingliang wrote, > I use uclibc in arch arm. The CFLAGS-pthread_once.c has been set > to -DNOT_IN_libc -DIS_IN_libpthread in > libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch. > But it will be replaced by -fexceptions -fasynchronous-unwind-tables in > libpthread/nptl/Makefi

Re: [PATCH] libpthread: modify CFLAGS-pthread_once.c to avoid earlier setting being replaced

2014-08-30 Thread Yang Yingliang
On 2014/8/29 23:19, Bernhard Reutner-Fischer wrote: > On 29 August 2014 05:21, Yang Yingliang wrote: >> I use uclibc in arch arm. The CFLAGS-pthread_once.c has been set >> to -DNOT_IN_libc -DIS_IN_libpthread in >> libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch. >> But it will be replace

Re: [PATCH] libpthread: modify CFLAGS-pthread_once.c to avoid earlier setting being replaced

2014-08-29 Thread Bernhard Reutner-Fischer
On 29 August 2014 05:21, Yang Yingliang wrote: > I use uclibc in arch arm. The CFLAGS-pthread_once.c has been set > to -DNOT_IN_libc -DIS_IN_libpthread in > libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch. > But it will be replaced by -fexceptions -fasynchronous-unwind-tables in > libpth

[PATCH] libpthread: modify CFLAGS-pthread_once.c to avoid earlier setting being replaced

2014-08-28 Thread Yang Yingliang
I use uclibc in arch arm. The CFLAGS-pthread_once.c has been set to -DNOT_IN_libc -DIS_IN_libpthread in libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch. But it will be replaced by -fexceptions -fasynchronous-unwind-tables in libpthread/nptl/Makefile.in. If CFLAGS-pthread_once.c has no -D