Hello! A few LINK_SPEC definitions contain a "%{Wl,*:%*}" sequence. AFAICT this sequence doesn't have any effect since at least GCC 2.95, because gcc.c doesn't recored "-Wl" options in array "switch" (used in process_brace_body) but stores them in "infiles". Should it be possible to match against "-Wl," in a specs file?
Gunther