Remove LIBS from two sim Makefiles
[deliverable/binutils-gdb.git] / binutils / arsup.c
index 5cf34e2c112c1aba715eab5d373d65c10f6ed6a9..1d4d1ac70b039e6a3e3803ad5e23a04f6b0f1747 100644 (file)
@@ -180,7 +180,11 @@ ar_open (char *name, int t)
          bfd *element;
          bfd *ibfd;
 
+#if BFD_SUPPORTS_PLUGINS         
+         ibfd = bfd_openr (name, "plugin");
+#else
          ibfd = bfd_openr (name, NULL);
+#endif
 
          if (!ibfd)
            {
This page took 0.025739 seconds and 4 git commands to generate.