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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Sep 16 21:18:05 UTC 2014


On 5 September 2014 18:49, Bernhard Reutner-Fischer
<rep.dot.nop at gmail.com> wrote:
> On 5 September 2014 05:15, Yang Yingliang <yangyingliang at huawei.com> wrote:
>
>> I tried the attachment. The IS_IN_libpthread and NOT_IN_libc are defined twice
>> when it's compiling the source files in nptl.
>> One is defined by $(filter-out $(CFLAGS-OMIT-$(notdir $<)),$(CFLAGS)),
>> the other is defined by $(filter-out $(CFLAGS-OMIT-$(notdir $<)),$(CFLAGS-$(notdir $(<D)))).
>> Here $(CFLAGS-$(notdir $(<D))) is CFLAGS-nptl or CFLAGS-pthread.
>> They are defined twice in LT and LT.old, too.
>
> Yea, that's a cosmetic issue that can be addressed later on.
> I'll install something to the effect of the fwd0 patch.
> Thanks for testing!

I have pushed something to that effect now.
See 41537a770b46f2376e74af58ba4885749339e81e
and 95acdd4b30d856f46e3dd908a934eaeb68c9b572

Thanks for the report!


More information about the uClibc mailing list