Re: [PATCH] jit/118780 - make sure to include dlfcn.h when plugin support is disabled

2025-02-07 Thread Jakub Jelinek
On Fri, Feb 07, 2025 at 02:48:22PM +0100, Richard Biener wrote: > The following makes the dlfcn.h explicitly requested which avoids > build failure when JIT is enabled but plugin support disabled as > currently the include is conditional on plugin support. > > I've built GCC with JIT enabled and p

[PATCH] jit/118780 - make sure to include dlfcn.h when plugin support is disabled

2025-02-07 Thread Richard Biener
The following makes the dlfcn.h explicitly requested which avoids build failure when JIT is enabled but plugin support disabled as currently the include is conditional on plugin support. I've built GCC with JIT enabled and plugin support disabled as well as the other way around successfully with t