Re: [PATCH] arm: remove error in CPP_SPEC when -mlittle-endian and -mbig-endian are used together

2021-05-12 Thread Richard Earnshaw via Gcc-patches
On 12/05/2021 09:51, Christophe Lyon via Gcc-patches wrote: arm.h has had this error message since 1997, but it is no longer needed since option parsing has been improved: -mXXX-endian is handled via arm.opt and updates the BIG_END mask. So, the last instance of -mXXX-endian on the command

[PATCH] arm: remove error in CPP_SPEC when -mlittle-endian and -mbig-endian are used together

2021-05-12 Thread Christophe Lyon via Gcc-patches
arm.h has had this error message since 1997, but it is no longer needed since option parsing has been improved: -mXXX-endian is handled via arm.opt and updates the BIG_END mask. So, the last instance of -mXXX-endian on the command line wins. Tested on many arm* configurations, with no impact on