On 30/05/18 08:45, Alexey Neyman wrote: > [Sorry for replying to myself & inserting Richard's reply - somehow his > emails do not reach my inbox, so I had to copy it from the web archive > of gcc-help@] > For some reasons direct mails to you are bouncing. > On 05/29/2018 11:16 PM, Alexey Neyman wrote: >> >> >> On 05/26/2018 10:01 PM, Alexey Neyman wrote: >>> Hi, >>> >>> I am seeing the following failure when building a crosstool-NG >>> configuration which configures GCC for XScale CPU. The warning is: >>> >>> cc1: warning: switch -mcpu=xscale conflicts with -march=armv5te switch >>> OK, got it. Xscale isn't really an architecture in its own right, so having an architectural bit for is is somewhat of an anomaly. Given that this is only used to cause some pre-defines to occur, perhaps the simplest thing to do is to convert the architecture bit into a tuning flag. That will then avoid the conflicting state. Could you raise a bugzilla ticket please and mark it as a regression. R.