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: [RFC] Multiarch sysdeps folder search


On 15-10-2013 01:34, Siddhesh Poyarekar wrote:
> On Mon, Oct 14, 2013 at 08:46:20AM -0300, Adhemerval Zanella wrote:
>> I fixed it by adjusting the Implies and manually adding 
>> powerpc/powerpc32/power4/multiarch as a seach folder. However I'm not
>> sure if is the best approach. Any suggestions for a better way to
>> do this?
> I always thought this was the canonical way to add search paths.
>
> Siddhesh
>
The issue is configure.ac itself has a logic so you can enable/disable multiarch with
a configure option. This is done using the --with-cpu value and if it does not find
a multiarch for specified cpu it won't use multiarch for following implies search.
By hardcoding in the Implies files I basically saying it will use multiarch regardless
of the configure option.


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