https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79058

--- Comment #7 from ktkachov at gcc dot gnu.org ---
(In reply to Dominik Vogt from comment #6)
> I'm trying to build an cross compiler but cannot figure out the --target
> configure option to use.  Neither --target=arm nor --target=arm-linux nor
> --target=arm-gnu-linux work.  gcc/configure spits out an error message like
> this one:
> *** Configuration arm-gnu-linux-gnu not supported

Try arm-none-linux-gnueabihf, or arm-none-eabi

Reply via email to