aboutsummaryrefslogtreecommitdiff
path: root/hppa.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 /hppa.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 'hppa.ld')
-rw-r--r--hppa.ld1
1 files changed, 0 insertions, 1 deletions
diff --git a/hppa.ld b/hppa.ld
index 8ef7fa5728..9a4b22c022 100644
--- a/hppa.ld
+++ b/hppa.ld
@@ -3,7 +3,6 @@ OUTPUT_FORMAT("elf32-hppa-linux", "elf32-hppa-linux",
"elf32-hppa-linux")
OUTPUT_ARCH(hppa:hppa1.1)
ENTRY(_start)
-SEARCH_DIR("/usr/hppa-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
SECTIONS
{
/* Read-only sections, merged into text segment: */