Re: powerpc -mcpu=common equivalent ?

2017-02-09 Thread Andrew Pinski
On Thu, Feb 9, 2017 at 10:00 AM, Daniel Walker wrote: > > Hi, > > > It looks like -mcpu=common (on the powerpc architecture) was removed. My > group is struggling to find a way to compile generic binaries for PowerPC. > We have been getting an LWSYNC instruction included in the binaries, and > som

Re: powerpc -mcpu=common equivalent ?

2017-02-09 Thread Arseny Solokha
> On 02/09/2017 11:06 AM, Jakub Jelinek wrote: >> On Thu, Feb 09, 2017 at 01:47:33PM -0500, David Edelsohn wrote: >>> Freescale did not implement the POWER architecture. Again, POWER is a >>> comment about the original IBM POWER architecture (RIOS processors) >>> and used in RISC System/6000 compu

gcc-6-20170209 is now available

2017-02-09 Thread gccadmin
Snapshot gcc-6-20170209 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20170209/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

gcc-python-plugin moving website

2017-02-09 Thread David Malcolm
The gcc-python-plugin was formerly located here: https://fedorahosted.org/gcc-python-plugin/ However fedorahosted.org is being sunset, as of 2017-02-28: https://communityblog.fedoraproject.org/fedorahosted-sunset-2017-02-28 Given that I already had an unofficial mirror here: https://githu

Re: powerpc -mcpu=common equivalent ?

2017-02-09 Thread Daniel Walker
On 02/09/2017 11:06 AM, Jakub Jelinek wrote: On Thu, Feb 09, 2017 at 01:47:33PM -0500, David Edelsohn wrote: Freescale did not implement the POWER architecture. Again, POWER is a comment about the original IBM POWER architecture (RIOS processors) and used in RISC System/6000 computers, not the

Re: powerpc -mcpu=common equivalent ?

2017-02-09 Thread Jakub Jelinek
On Thu, Feb 09, 2017 at 01:47:33PM -0500, David Edelsohn wrote: > Freescale did not implement the POWER architecture. Again, POWER is a > comment about the original IBM POWER architecture (RIOS processors) > and used in RISC System/6000 computers, not the recent POWER > processors called POWER4, P

Re: powerpc -mcpu=common equivalent ?

2017-02-09 Thread David Edelsohn
On Thu, Feb 9, 2017 at 1:16 PM, Daniel Walker wrote: > On 02/09/2017 10:08 AM, David Edelsohn wrote: >> >> On Thu, Feb 9, 2017 at 1:00 PM, Daniel Walker wrote: >>> >>> Hi, >>> >>> >>> It looks like -mcpu=common (on the powerpc architecture) was removed. My >>> group is struggling to find a way to

Re: powerpc -mcpu=common equivalent ?

2017-02-09 Thread Daniel Walker
On 02/09/2017 10:08 AM, David Edelsohn wrote: On Thu, Feb 9, 2017 at 1:00 PM, Daniel Walker wrote: Hi, It looks like -mcpu=common (on the powerpc architecture) was removed. My group is struggling to find a way to compile generic binaries for PowerPC. We have been getting an LWSYNC instruction

Re: powerpc -mcpu=common equivalent ?

2017-02-09 Thread David Edelsohn
On Thu, Feb 9, 2017 at 1:00 PM, Daniel Walker wrote: > > Hi, > > > It looks like -mcpu=common (on the powerpc architecture) was removed. My > group is struggling to find a way to compile generic binaries for PowerPC. > We have been getting an LWSYNC instruction included in the binaries, and > some

powerpc -mcpu=common equivalent ?

2017-02-09 Thread Daniel Walker
Hi, It looks like -mcpu=common (on the powerpc architecture) was removed. My group is struggling to find a way to compile generic binaries for PowerPC. We have been getting an LWSYNC instruction included in the binaries, and some of our processors are getting a trap when this instructions i