]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emultempl/pe.em
Add an extra library name template to the list used by the WIN32 targets.
[thirdparty/binutils-gdb.git] / ld / emultempl / pe.em
index ffa8b74b20449b3106d1d1916ae505464d30c1d9..5cc933a91c5f3704e445b3f2fbb0453a133e0776 100644 (file)
@@ -2347,6 +2347,8 @@ gld_${EMULATION_NAME}_open_dynamic_archive
       { "lib%s.a", FALSE },
       /* The 'native' spelling of an import lib name is "foo.lib".  */
       { "%s.lib", FALSE },
+      /* PR 22948 - Check for an import library.  */
+      { "lib%s.lib", FALSE },
 #ifdef DLL_SUPPORT
       /* Try "<prefix>foo.dll" (preferred dll name, if specified).  */
       {        "%s%s.dll", TRUE },