diff options
Diffstat (limited to 'ld/ldfile.c')
-rw-r--r-- | ld/ldfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c index 61660ab..782ed7f 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -367,7 +367,7 @@ ldfile_open_file_search (const char *arch, return TRUE; } - if (entry->flags.maybe_archive) + if (entry->flags.maybe_archive && !entry->flags.full_name_provided) string = concat (search->name, slash, lib, entry->filename, arch, suffix, (const char *) NULL); else |