
10 Apr
2008
10 Apr
'08
11:11 p.m.
Unless someone has an objection, would it be possible to remove all the SEARCH_DIR() directives from the lds files with the attached patch?
Modern cross compilers will automatically find the correct link time libraries so there is no need to go searching in places that might have libraries which you do not actually want to link in, such as probing /usr/lib on an x86 host for powerpc link objects.
Thanks, Jason.