Re: [PATCH] ARM: Use different linker path for hardfloat ABI

2012-04-05 Thread Konstantinos Margaritis
: to change the dynamic linker filename, not the dir, i.e. /lib/ld-linux-hf.so.3 (for this particular case). My 2c. -- Konstantinos Margaritis konstantinos.margari...@linaro.org

Re: [PATCH] ARM: Use different linker path for hardfloat ABI

2012-04-05 Thread Konstantinos Margaritis
will be in /lib/triplet. So there is no danger of any conflict, at least not with libraries. -- Konstantinos Margaritis konstantinos.margari...@linaro.org

Re: [PATCH] ARM: Use different linker path for hardfloat ABI

2012-04-05 Thread Konstantinos Margaritis
a /libhf top directory with just one file, the linker. Or a symlink from /lib to /libhf or /lib/triplet to /libhf in Debian's case, but that defeats the purposes of having a new /libhf directory, doesn't it? I hope I was clearer now. -- Konstantinos Margaritis konstantinos.margari...@linaro.org

Re: [PATCH] ARM: Use different linker path for hardfloat ABI

2012-04-10 Thread Konstantinos Margaritis
On Tue, 10 Apr 2012 07:36:07 +0200 Jakub Jelinek ja...@redhat.com wrote: We really want consistency about the dynamic linker names etc. across different targets and sneaking silently multiarch paths on one architecture would make it inconsistent with all the others. So, please just use

Re: [PATCH] ARM: Use different linker path for hardfloat ABI

2012-04-10 Thread Konstantinos Margaritis
On Tue, 10 Apr 2012 09:32:22 -0500 Dennis Gilmore den...@gilmore.net.au wrote: every distro uses a unique triplet, by putting the triplet in there you then need to get all distros to change to using the same triplets. I personally prefer /libhfp rather than /libhf but I am ok with using