Do without ld ENABLE_PLUGINS
[deliverable/binutils-gdb.git] / ld / testplug4.c
index ca899b11da1da0f8bc8e06b5a07563e04f7640ba..6e41f81298b04e6e6ef3ea8e30fb852baa77603b 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "sysdep.h"
 #include "bfd.h"
+#if BFD_SUPPORTS_PLUGINS
 #include "plugin-api.h"
 #include "filenames.h"
 /* For ARRAY_SIZE macro only - we don't link the library itself.  */
@@ -675,3 +676,4 @@ oncleanup (void)
   fflush (NULL);
   return cleanup_ret;
 }
+#endif /* BFD_SUPPORTS_PLUGINS */
This page took 0.022908 seconds and 4 git commands to generate.