]> Git Repo - qemu.git/blobdiff - i386.ld
Open chr device for all serial ports
[qemu.git] / i386.ld
diff --git a/i386.ld b/i386.ld
index 9f4cb5b136caabd5d409e0b2d1ea3047e7d6a02c..f2dafecc1a5f3ca01d96830670212ee7fddb07b3 100644 (file)
--- a/i386.ld
+++ b/i386.ld
@@ -3,7 +3,6 @@
  */
 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
 OUTPUT_ARCH(i386)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/alpha-unknown-linux-gnu/lib);
 ENTRY(_start)
 SECTIONS
 {
This page took 0.023378 seconds and 4 git commands to generate.