[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-15 Thread tony.theodore at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #11 from Tony Theodore --- Thanks!

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-15 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-15 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #9 from Rainer Orth --- Author: ro Date: Thu May 15 09:56:22 2014 New Revision: 210466 URL: http://gcc.gnu.org/viewcvs?rev=210466&root=gcc&view=rev Log: Check for -static-libgcc before use (PR lto/60981) PR lto/60981 * confi

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-15 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #8 from Rainer Orth --- Author: ro Date: Thu May 15 09:52:37 2014 New Revision: 210465 URL: http://gcc.gnu.org/viewcvs?rev=210465&root=gcc&view=rev Log: Check for -static-libgcc before use (PR lto/60981) PR lto/60981 * confi

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-14 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED URL|

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-13 Thread tony.theodore at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #6 from Tony Theodore --- (In reply to r...@cebitec.uni-bielefeld.de from comment #4) > > --- Comment #3 from Tony Theodore --- > > I'm building a cross compiler with: > > It would have helped enormously if you'd stated so in the fi

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-13 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #5 from Rainer Orth --- Created attachment 32790 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32790&action=edit proposed patch

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-13 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Tony Theodore --- > I'm building a cross compiler with: > > Host: x86_64-apple-darwin13.1.0 > Targets: i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32 > Build:

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-09 Thread tony.theodore at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 Tony Theodore changed: What|Removed |Added Target||i686-w64-mingw32 Host|

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-05-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- Could you please provide details on your configuration? AFAICS, the lto-plugin isn't ever built in a native Darwin configuration. So please provide info on host OS and the exact configur

[Bug lto/60981] lto-plugin configuration doesn't test for -static-libgcc (OSX gcc -> clang)

2014-04-27 Thread tony.theodore at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60981 --- Comment #1 from Tony Theodore --- Created attachment 32691 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32691&action=edit add -static-libgcc to lto-plugin/configure This is the modified lto-plugin/configure that has been tested.