This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/3] powerpc: Fix strstr/power7 build


Adhemerval Zanella <adhemerval.zanella@linaro.org> writes:

> This patch fixes the strstr build with --disable-multi-arch option.
> The optimization calls the __strstr_ppc symbol, which always build
> for multiarch config but not if it is disable.  This patch fixes it
> by adding the default C implementation object with the expected
> symbol name.
>
> Checked on powerpc64le.

LGTM.

Thanks!

-- 
Tulio Magno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]