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


Pushed upstream as 357bb400f1b25e48e265fd55b5996328d2a8c142

On 05-08-2015 15:41, Tulio Magno Quites Machado Filho wrote:
> 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!
> 


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