nixpkgs/pkgs/development/libraries/gcc
Adam Joseph 8df1400e1d libgcc: pass --disable-plugins
This is needed for gcc13 on many platforms due to errors like:

```
checking for library containing dlopen... (cached) none required
checking for -fPIC -shared... yes
configure: error:
   Building GCC with plugin support requires a host that supports
   -fPIC, -shared, -ldl and -rdynamic.
```
2023-12-07 09:11:37 +00:00
..
libgcc libgcc: pass --disable-plugins 2023-12-07 09:11:37 +00:00
libstdc++