[Bug bootstrap/84326] [8 Regression] bootstrap fails on powerpc64-linux-gnu when configured wth --with-cpu-32=power7 --with-cpu-64=power7

2018-02-12 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84326

--- Comment #2 from Matthias Klose  ---
doing without these two configure options, the build now fails with

cc1: error: '-msecure-plt' not supported by your assembler

it looks like the config.h for the build is used, not the one for the host?
still looking ...

[Bug bootstrap/84326] [8 Regression] bootstrap fails on powerpc64-linux-gnu when configured wth --with-cpu-32=power7 --with-cpu-64=power7

2018-02-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84326

Jakub Jelinek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2018-02-12
 CC||jakub at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Jakub Jelinek  ---
Then you should look into config.log why the HAVE_AS_POPCNTD check failed.