Remove all the search paths from the .lds files.

The cross compiler is responsible for providing the correct libraries
and the logic to find the linking libraries.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
This commit is contained in:
Jason Wessel
2008-04-10 14:30:16 -05:00
committed by Wolfgang Denk
parent 7d721e34ae
commit 3d36be0300
233 changed files with 0 additions and 233 deletions

View File

@@ -22,7 +22,6 @@
*/
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTIONS