[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-20 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #24 from Alexander Egorenkov --- I finally figured it out and fixed buildroot. This info is for posterity, in case somebody will have the same issue. If i understood it correctly, then the problem was that buildroot wrongly tried to b

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-18 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #23 from Alexander Egorenkov --- I would gladly if i understood the real problem. Sorry i'm not very familiar with config.guess & config.sub. Could you please elaborate what the problem is and how it should be fixed ? Thanks

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-18 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #21 from Alexander Egorenkov --- Could you please point me to the bug report it was moved to ? Thanks

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-18 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #20 from Alexander Egorenkov --- (In reply to Andrew Pinski from comment #19) > This is a config.sub issue where the vendor is always rest/set to ibm. Not > directly a gcc issue. Gcc does not maintain config.sub. Ok, sorry, thank yo

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-18 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 Alexander Egorenkov changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-18 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #17 from Alexander Egorenkov --- (In reply to Andrew Pinski from comment #13) > (In reply to Andreas Schwab from comment #11) > > > generated for aarch64-linux-gnu that I configured for and it has: > > > > You have used --disable-boo

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-18 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #12 from Alexander Egorenkov --- Indeed, adding --disable-bootstrap helps also.

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-17 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #10 from Alexander Egorenkov --- When i add the dependency in Makefile manually, then the parallel build works. Regards

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-17 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #9 from Alexander Egorenkov --- Created attachment 48751 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48751&action=edit top gcc Makefile

[Bug bootstrap/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-17 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #8 from Alexander Egorenkov --- $ make --version GNU Make 4.1 Built for s390x-ibm-linux-gnu In my top Makefile the dependecny on maybe-all-gcc is missing: configure-target-libgcc: ... I attached the top Makefile.

[Bug libgcc/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-17 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 Alexander Egorenkov changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INV

[Bug libgcc/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-16 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #4 from Alexander Egorenkov --- I also have the same issue with gcc 8.4.0

[Bug libgcc/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-16 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #3 from Alexander Egorenkov --- The config.log of configure-target-libgcc says: ... build/host-gcc-initial-9.3.0/build/./gcc/xgcc: No such file or directory

[Bug libgcc/58260] configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. gmake[1]: *** [configure-target-libgcc] Error 1

2020-06-16 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58260 --- Comment #15 from Alexander Egorenkov --- (In reply to Alexander Egorenkov from comment #14) > The config.log of configure-target-libgcc says: > /home/egorenar/Repositories/buildroot/output/s390x-syzkaller/build/host-gcc- > initial-9.3.0/libgc

[Bug libgcc/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-16 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #2 from Alexander Egorenkov --- Created attachment 48746 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48746&action=edit config.log for configure-target-libgcc gcc 9.3.0 Sorry attached gcc 8.4.0 log previosuly, but the same is

[Bug libgcc/58260] configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. gmake[1]: *** [configure-target-libgcc] Error 1

2020-06-16 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58260 Alexander Egorenkov changed: What|Removed |Added CC||egorenar at linux dot ibm.com

[Bug libgcc/95712] configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-16 Thread egorenar at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95712 --- Comment #1 from Alexander Egorenkov --- Created attachment 48745 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48745&action=edit config.log for configure-target-libgcc

[Bug libgcc/95712] New: configure-target-libgcc fails on s390x target because xgcc is not being built

2020-06-16 Thread egorenar at linux dot ibm.com
: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: egorenar at linux dot ibm.com Target Milestone: --- Created attachment 48744 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48744&action=edit Console output