[Bug libstdc++/58638] libstdc++ builds as non-PIC when --with-pic is specified

2016-11-20 Thread neotheuser at ymail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58638 Alec Ari changed: What|Removed |Added CC||neotheuser at ymail dot com --- Comment #11

[Bug libstdc++/28811] --with-pic vs static libraries and libstdc++

2016-11-20 Thread neotheuser at ymail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28811 --- Comment #26 from Alec Ari --- To avoid fully recompiling GCC, I modified libstdc++-v3/configure (not .ac) and made the following change: --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -15014,8 +15014,8 @@ if test "$enable_share

[Bug libstdc++/28811] --with-pic vs static libraries and libstdc++

2016-11-19 Thread neotheuser at ymail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28811 Alec Ari changed: What|Removed |Added CC||neotheuser at ymail dot com --- Comment #25

[Bug other/78424] New: intl reincludes sysroot into searching for ld

2016-11-18 Thread neotheuser at ymail dot com
: other Assignee: unassigned at gcc dot gnu.org Reporter: neotheuser at ymail dot com Target Milestone: --- Created attachment 40085 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40085&action=edit intl duplicated directory error Hello! I have switched to GLIBC and

[Bug other/78410] gen-fac.c: undefined references

2016-11-17 Thread neotheuser at ymail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78410 Alec Ari changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/78410] New: gen-fac.c: undefined references

2016-11-17 Thread neotheuser at ymail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: neotheuser at ymail dot com Target Milestone: --- Created attachment 40075 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40075&action=edit build error Hello, I'm trying to build a complete native toolchain into a cust