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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |arm-linux-gnueabihf
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2020-05-14

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
You seem to build from inside the source directory, that is not supported. 
Please create a separate object directory like

mkdir obj
cd obj
../configure ....

and re-try.

Reply via email to