diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-22 22:37:40 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:10:56 -0500 |
commit | 83a81c25138a02a0bd1205cfe61d0a41a201eb3d (patch) | |
tree | 14989fe5b367b33be294adca04fc342203c76be4 /s390.ld | |
parent | d414f1b978f480f43b8dde7cf135b702b4afed11 (diff) | |
download | qemu-83a81c25138a02a0bd1205cfe61d0a41a201eb3d.tar.gz qemu-83a81c25138a02a0bd1205cfe61d0a41a201eb3d.tar.bz2 qemu-83a81c25138a02a0bd1205cfe61d0a41a201eb3d.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 's390.ld')
-rw-r--r-- | s390.ld | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,9 +2,7 @@ OUTPUT_FORMAT("elf32-s390", "elf32-s390", "elf32-s390") OUTPUT_ARCH(s390:31-bit) ENTRY(_start) -SEARCH_DIR("/usr/s390-redhat-linux/lib"); SEARCH_DIR("/usr/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); -/* Do we need any of these for elf? - __DYNAMIC = 0; */ +/* __DYNAMIC = 0; */ SECTIONS { /* Read-only sections, merged into text segment: */ |