aboutsummaryrefslogtreecommitdiff
path: root/m68k.ld
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-22 22:37:40 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:10:56 -0500
commit4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6 (patch)
tree14989fe5b367b33be294adca04fc342203c76be4 /m68k.ld
parentfa282484b373f4c5751cb46fb2daa8ba0245fe5c (diff)
set SEARCH_PATH for the linker script from output of ld --verbose -v
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'm68k.ld')
-rw-r--r--m68k.ld4
1 files changed, 1 insertions, 3 deletions
diff --git a/m68k.ld b/m68k.ld
index 28da902fd5..0e3d9deb5a 100644
--- a/m68k.ld
+++ b/m68k.ld
@@ -3,9 +3,7 @@ OUTPUT_FORMAT("elf32-m68k", "elf32-m68k",
"elf32-m68k")
OUTPUT_ARCH(m68k)
ENTRY(_start)
-SEARCH_DIR("/usr/local/m68k-linux/lib");
-/* Do we need any of these for elf?
- __DYNAMIC = 0; */
+/* __DYNAMIC = 0; */
SECTIONS
{
/* Read-only sections, merged into text segment: */