On 26/08/10 21:05, William Immendorf wrote:
> On Wed, Aug 25, 2010 at 8:49 PM, Thiago Padilha<[email protected]> wrote:
>> SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib64")
>> SEARCH_DIR("/tools/x86_64-unknown-linux-gnu/lib")
>> SEARCH_DIR("/usr/lib")
>> SEARCH_DIR("lib");
> You are building a 64-bit system, hence the extra search path.
Is there some way to suppress the extra search paths (if only for
aesthetic reasons)? It just looks wrong to be searching a path that
doesn't exist.
The search path seems to be hard coded into ld;
grep -l 'SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib")' /usr/bin/*
/usr/bin/ld
Andy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page