Re: [PING^3] [PATCH] Remove CANADIAN, that break compilation for foreign target

2018-01-30 Thread Petr Ovtchenkov
On Tue, 30 Jan 2018 12:54:21 + Jonathan Wakely wrote: > On 30/01/18 10:19 +0300, Petr Ovtchenkov wrote: > >On Tue, 19 Dec 2017 11:37:43 +0300 > >Petr Ovtchenkov wrote: > > > >ping^3 > > > I don't fully understand the consequences (or need) for this patch. > > I asked some other people to

Re: [PING^3] [PATCH] Remove CANADIAN, that break compilation for foreign target

2018-01-30 Thread Jonathan Wakely
On 30/01/18 10:19 +0300, Petr Ovtchenkov wrote: On Tue, 19 Dec 2017 11:37:43 +0300 Petr Ovtchenkov wrote: ping^3 I don't fully understand the consequences (or need) for this patch. I asked some other people to look at it, and didn't get confirmation it's OK. So I'm reluctant to make the cha

Re: [PING^3] [PATCH] Remove CANADIAN, that break compilation for foreign target

2018-01-29 Thread Petr Ovtchenkov
On Tue, 19 Dec 2017 11:37:43 +0300 Petr Ovtchenkov wrote: ping^3 > On Thu, 16 Nov 2017 20:55:37 +0300 > Petr Ovtchenkov wrote: > > > On Wed, 20 Sep 2017 13:44:59 +0300 > > Petr Ovtchenkov wrote: > > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71212 > > > > > > On Fri, 20 May 2016 16:

Re: [PING^2] [PATCH] Remove CANADIAN, that break compilation for foreign target

2017-12-19 Thread Petr Ovtchenkov
On Thu, 16 Nov 2017 20:55:37 +0300 Petr Ovtchenkov wrote: > On Wed, 20 Sep 2017 13:44:59 +0300 > Petr Ovtchenkov wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71212 > > > > On Fri, 20 May 2016 16:10:50 +0300 > > Petr Ovtchenkov wrote: > > > > > Some old ad-hoc (adding -I/usr/incl

Re: [PING] [PATCH] Remove CANADIAN, that break compilation for foreign target

2017-11-16 Thread Petr Ovtchenkov
On Wed, 20 Sep 2017 13:44:59 +0300 Petr Ovtchenkov wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71212 > > On Fri, 20 May 2016 16:10:50 +0300 > Petr Ovtchenkov wrote: > > > Some old ad-hoc (adding -I/usr/include to compiler > > flags) break compilation of libstdc++ for foreign > > targ

Re: [PATCH] Remove CANADIAN, that break compilation for foreign target

2017-09-20 Thread Petr Ovtchenkov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71212 On Fri, 20 May 2016 16:10:50 +0300 Petr Ovtchenkov wrote: > Some old ad-hoc (adding -I/usr/include to compiler > flags) break compilation of libstdc++ for foreign > target architecture (due to compiler see includes > of native).

[PATCH] Remove CANADIAN, that break compilation for foreign target

2017-09-20 Thread Petr Ovtchenkov
Some old ad-hoc (adding -I/usr/include to compiler flags) break compilation of libstdc++ for foreign target architecture (due to compiler see includes of native). --- libstdc++-v3/acinclude.m4 | 5 - libstdc++-v3/configure| 22 -- libstdc++-v3/configure.ac | 14 ---