This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RFC PATCH] Remove bits/string.h.
On 06/20/2017 06:21 PM, Wilco Dijkstra wrote:
> Adhemerval Zanella wrote:
>
>> It is fixed now and I think we can cleanup some HAVE_STRING_ARCH_ on x86
>> code. Thanks for fixed it quickly.
>
> However it's failing on AArch64 now:
>
> ar: /home/wdijkstr/build/glibc/string/rtld-mempcpy.os: No such file or directory
> make[3]: *** [/home/wdijkstr/build/glibc/elf/rtld-libc.a] Error 1
Is this an incremental build? make doesn't track the ingredients used
to build a target, so if that changes, things like this happen.
Florian