From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wessel Date: Thu, 10 Apr 2008 16:11:46 -0500 Subject: [U-Boot-Users] [PATCH] Request to remove SEARCH_DIR from lds files Message-ID: <47FE8292.3020502@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. -------------- next part -------------- A non-text attachment was scrubbed... Name: remove_SEARCH_DIR_from_lds_files.patch.gz Type: application/x-gzip Size: 8536 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20080410/0b770675/attachment.bin