]> git.proxmox.com Git - qemu.git/blobdiff - arm.ld
net: Improve layout of 'info network'
[qemu.git] / arm.ld
diff --git a/arm.ld b/arm.ld
index 93285d697960def2f9243e6c4a43ec86b54cde3e..12b3edb5bbe66ea94f96678eb92807cf2253de93 100644 (file)
--- 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: */