diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2008-04-10 14:30:16 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-17 23:57:32 -0700 |
commit | 3d36be030043cd841a2551d00a395135e363a64b (patch) | |
tree | 8afb1bf24503ce5de6fa9ea556ae00e5924d125e /board/esd/pmc440 | |
parent | 7d721e34ae6be7d7db63e8d060a246278bb7ae58 (diff) |
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>
Diffstat (limited to 'board/esd/pmc440')
-rw-r--r-- | board/esd/pmc440/u-boot-nand.lds | 1 | ||||
-rw-r--r-- | board/esd/pmc440/u-boot.lds | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/esd/pmc440/u-boot-nand.lds b/board/esd/pmc440/u-boot-nand.lds index e0b51138fc1..94dd7543cc6 100644 --- a/board/esd/pmc440/u-boot-nand.lds +++ b/board/esd/pmc440/u-boot-nand.lds @@ -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); SECTIONS { /* Read-only sections, merged into text segment: */ diff --git a/board/esd/pmc440/u-boot.lds b/board/esd/pmc440/u-boot.lds index e1407373739..da2a400b770 100644 --- a/board/esd/pmc440/u-boot.lds +++ b/board/esd/pmc440/u-boot.lds @@ -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 |