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