[RFC] Multiarch sysdeps folder search
Adhemerval Zanella
azanella@linux.vnet.ibm.com
Tue Oct 15 16:26:00 GMT 2013
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.
More information about the Libc-alpha
mailing list