https://gcc.gnu.org/g:74bcef9f528c7d5bd89e5bee96bca7bddd89e9c8
commit r16-5431-g74bcef9f528c7d5bd89e5bee96bca7bddd89e9c8 Author: Martin Liska <[email protected]> Date: Wed Nov 19 18:39:34 2025 +0100 Fix common.opt.urls: include -fuse-ld=wild gcc/ChangeLog: * common.opt.urls: Include -fuse-ld=wild Signed-off-by: Martin Liška <[email protected]> Diff: --- gcc/common.opt.urls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/common.opt.urls b/gcc/common.opt.urls index b5dc1fd1ba10..d13af0a8e7c6 100644 --- a/gcc/common.opt.urls +++ b/gcc/common.opt.urls @@ -1685,6 +1685,9 @@ UrlSuffix(gcc/Link-Options.html#index-fuse-ld_003dlld) fuse-ld=mold UrlSuffix(gcc/Link-Options.html#index-fuse-ld_003dmold) +fuse-ld=wild +UrlSuffix(gcc/Link-Options.html#index-fuse-ld_003dwild) + fuse-linker-plugin UrlSuffix(gcc/Optimize-Options.html#index-fuse-linker-plugin)
