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 | 4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6 (patch) | |
tree | 14989fe5b367b33be294adca04fc342203c76be4 /ppc64.ld | |
parent | fa282484b373f4c5751cb46fb2daa8ba0245fe5c (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 'ppc64.ld')
-rw-r--r-- | ppc64.ld | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3,13 +3,7 @@ OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc", "elf64-powerpc") OUTPUT_ARCH(powerpc:common64) ENTRY(_start) -SEARCH_DIR("/usr/powerpc64-unknown-linux-gnu/lib64"); -SEARCH_DIR("/usr/lib/binutils/powerpc64-unknown-linux-gnu/2.16.164"); -SEARCH_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); -SEARCH_DIR("/usr/powerpc64-unknown-linux-gnu/lib"); -SEARCH_DIR("/usr/lib/binutils/powerpc64-unknown-linux-gnu/2.16.1"); -SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib"); /* Do we -need any of these for elf? + __DYNAMIC = 0; */ +/* __DYNAMIC = 0; */ SECTIONS { /* Read-only sections, merged into text segment: */ |