From 4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 22 Jul 2009 22:37:40 +0200 Subject: set SEARCH_PATH for the linker script from output of ld --verbose -v Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- s390.ld | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 's390.ld') diff --git a/s390.ld b/s390.ld index ccae2e7..a9c5370 100644 --- a/s390.ld +++ b/s390.ld @@ -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: */ -- cgit v1.1