https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79724
Arnaud Charlet <charlet at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charlet at gcc dot gnu.org --- Comment #5 from Arnaud Charlet <charlet at gcc dot gnu.org> --- Thanks for the investigation. What's tricky and why things got stuck last time is the complexity of testing all the possible combinations (prefix, or suffix, or both). Can you in particular check that your proposed patch isn't breaking the use of a prefix with no suffix (e.g. i686-elf-gcc) and check the behavior when using both a prefix and a suffix (e.g. i686-elf-gcc-4.1)?