Re: gcc-4.9.4, 'no features' not recognized with -mcpu option

2016-04-19 Thread Yvan Roux
> Do you know in which version of binutils it was corrected? Because, I built > gcc 4.9.4 with binutils 2.25.1, and I still reproduce the issue (see below, > take a look at the ‘as’ call: the -mcpu flag is truncated). With gcc 4.8, > 5.1, 5.2 and 5.3 (all with the same binutils), the issue doesn’t

Re: gcc-4.9.4, 'no features' not recognized with -mcpu option

2016-04-19 Thread Laurent Thévenoux
> Le 19 avr. 2016 à 15:21, Yvan Roux a écrit : > > On 19 April 2016 at 14:47, Laurent Thévenoux > > wrote: >> Hi Yvan, >> >> Le 19 avr. 2016 à 13:46, Yvan Roux a écrit : >> >> Hi

Re: gcc-4.9.4, 'no features' not recognized with -mcpu option

2016-04-19 Thread Yvan Roux
On 19 April 2016 at 14:47, Laurent Thévenoux wrote: > Hi Yvan, > > Le 19 avr. 2016 à 13:46, Yvan Roux a écrit : > > Hi Laurent, > > On 19 April 2016 at 11:00, Laurent Thévenoux > wrote: > > Dear Devs, > > I get

Re: gcc-4.9.4, 'no features' not recognized with -mcpu option

2016-04-19 Thread Laurent Thévenoux
Hi Yvan, > Le 19 avr. 2016 à 13:46, Yvan Roux a écrit : > > Hi Laurent, > > On 19 April 2016 at 11:00, Laurent Thévenoux > > wrote: >> Dear Devs, >> >> I get the following error when I use gcc 4.9.4

Re: gcc-4.9.4, 'no features' not recognized with -mcpu option

2016-04-19 Thread Yvan Roux
Hi Laurent, On 19 April 2016 at 11:00, Laurent Thévenoux wrote: > Dear Devs, > > I get the following error when I use gcc 4.9.4 with the -mcpu flag set with > a certain configuration of ‘feature/nofeature’, i.e.: > -mcpu=cortex-a57+fp+simd+nocrypto+nocrc will fail,

Re: OE recipes for 5.3-2016.02 toolchain?

2016-04-19 Thread Koen Kooi
On 19 April 2016 at 07:30, Koen Kooi wrote: > On 18 April 2016 at 23:03, Denys Dmytriyenko wrote: >> On Fri, Apr 15, 2016 at 08:01:48AM +0200, Koen Kooi wrote: >>> On 14 April 2016 at 18:27, Denys Dmytriyenko wrote: >>> > On Thu, Apr 14,

gcc-4.9.4, 'no features' not recognized with -mcpu option

2016-04-19 Thread Laurent Thévenoux
Dear Devs, I get the following error when I use gcc 4.9.4 with the -mcpu flag set with a certain configuration of ‘feature/nofeature’, i.e.: -mcpu=cortex-a57+fp+simd+nocrypto+nocrc will fail, but -mcpu=cortex-a57+fp+nocrypto+simd+nocrc won’t, for example. Here the error I get with the former