Re: Offloading compilers' support libraries

2015-02-26 Thread Ilya Verbin
On Fri, Feb 20, 2015 at 22:48:52 +0300, Ilya Verbin wrote: > On Fri, Feb 20, 2015 at 18:05:01 +0300, Ilya Verbin wrote: > > On Thu, Feb 19, 2015 at 13:17:37 +0100, Thomas Schwinge wrote: > > > My asumption is that it is always safe to install non-native (that is > > > cross) GCC installations into

Re: Offloading compilers' support libraries

2015-02-20 Thread Ilya Verbin
On Fri, Feb 20, 2015 at 18:05:01 +0300, Ilya Verbin wrote: > On Thu, Feb 19, 2015 at 13:17:37 +0100, Thomas Schwinge wrote: > > My asumption is that it is always safe to install non-native (that is > > cross) GCC installations into the same prefix. (Which would resolve this > > problem of clashing

Re: Offloading compilers' support libraries

2015-02-20 Thread Ilya Verbin
On Thu, Feb 19, 2015 at 13:17:37 +0100, Thomas Schwinge wrote: > My asumption is that it is always safe to install non-native (that is > cross) GCC installations into the same prefix. (Which would resolve this > problem of clashing file names for target and offloading compilers for > good.) > > S

Re: Offloading compilers' support libraries

2015-02-19 Thread Thomas Schwinge
Hi! On Thu, 19 Feb 2015 13:08:20 +0100, Bernd Schmidt wrote: > On 02/19/2015 12:42 PM, Thomas Schwinge wrote: > > This specific buglet aside (that the handling of intelmic and nvptx > > offloading is inconsistent) -- will we have to add such handling to each > > and every library that is built f

Re: Offloading compilers' support libraries

2015-02-19 Thread Bernd Schmidt
On 02/19/2015 12:42 PM, Thomas Schwinge wrote: This specific buglet aside (that the handling of intelmic and nvptx offloading is inconsistent) -- will we have to add such handling to each and every library that is built for the offloading compilers? (Including libraries that aren't part of the G