My 2nd attempt to devel for gcc
Jonathan Wakely
jwakely.gcc@gmail.com
Sun Mar 28 00:26:58 GMT 2021
On Sat, 27 Mar 2021, 23:38 pawel k. via Gcc, <gcc@gcc.gnu.org> wrote:
> Hello,
> I would like to ask whether there would be interest in the project to be
> able to build a single binary of gcc where target would be selectable with
> option flags ie more than one target could be included and aimed for by
> single binary.
>
> If so i could try myself at adding such feature to gcc. It looks ambitious
> but doable.
>
See the reply from Jakub.
> If so, my another question would be whether no matter configure flags, when
> for example x86 is selected as target, genned target code is always same.
>
No, some configure options can affect it, e.g. --with-arch
More information about the Gcc
mailing list