https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92514
--- Comment #9 from Sylvain Korzennik <skorzennik at cfa dot harvard.edu> ---
1- that page does not tell me how to build a generic version
./config.guess returns the same value on ea machine, as does gcc
-dumpmachine
x86_64-pc-linux-gnu
do I add --build=XX --host-XX or --target=XX and what XX to use? The
doc is quite thin.
2- you're not telling me if I need to rebuild all 4 components.
Cheers,
Sylvain
--
On Thu, Nov 14, 2019 at 1:39 PM pinskia at gcc dot gnu.org
<[email protected]> wrote:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92514
>
> --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> (In reply to Andrew Pinski from comment #7)
> > Please read:
> > https://gmplib.org/manual/Build-Options.html
>
> NOTE also if you compile GMP/MPF/MPC as part of the GCC build, it will do the
> correct thing and compile it for a generic cpu.
>
> --
> You are receiving this mail because:
> You reported the bug.