diff options
author | Richard Biener <rguenther@suse.de> | 2025-02-07 14:42:23 +0100 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2025-02-07 16:01:46 +0100 |
commit | e22962538f64bb6e5ac87977ec8a5d86f4ef21cb (patch) | |
tree | 108992859a92b904625910d73ae72b801677dd66 /gcc/c/c-parser.cc | |
parent | 2a2bd96d0d2109384a0eedde843ba811d2e18738 (diff) | |
download | gcc-e22962538f64bb6e5ac87977ec8a5d86f4ef21cb.zip gcc-e22962538f64bb6e5ac87977ec8a5d86f4ef21cb.tar.gz gcc-e22962538f64bb6e5ac87977ec8a5d86f4ef21cb.tar.bz2 |
jit/118780 - make sure to include dlfcn.h when plugin support is disabled
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.
PR jit/118780
gcc/
* system.h: Check INCLUDE_DLFCN_H for including dlfcn.h instead
of ENABLE_PLUGIN.
* plugin.cc: Define INCLUDE_DLFCN_H.
gcc/jit/
* jit-playback.cc: Define INCLUDE_DLFCN_H.
* jit-result.cc: Likewise.
Diffstat (limited to 'gcc/c/c-parser.cc')
0 files changed, 0 insertions, 0 deletions