summaryrefslogtreecommitdiffstats
path: root/arm.ld
diff options
context:
space:
mode:
authorJuan Quintela2009-07-22 22:37:40 +0200
committerAnthony Liguori2009-07-27 21:10:56 +0200
commit4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6 (patch)
tree14989fe5b367b33be294adca04fc342203c76be4 /arm.ld
parentgenerate LDFLAGS for *-linux-user and *-bsd-user in a single place in configure (diff)
downloadqemu-4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6.tar.gz
qemu-4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6.tar.xz
qemu-4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6.zip
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 'arm.ld')
-rw-r--r--arm.ld1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm.ld b/arm.ld
index 93285d6979..12b3edb5bb 100644
--- a/arm.ld
+++ b/arm.ld
@@ -2,7 +2,6 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm",
"elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(_start)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/alpha-unknown-linux-gnu/lib);
SECTIONS
{
/* Read-only sections, merged into text segment: */