http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50694
Kazumoto Kojima <kkojima at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P4 Status|UNCONFIRMED |NEW Last reconfirmed| |2011-10-16 Ever Confirmed|0 |1 --- Comment #2 from Kazumoto Kojima <kkojima at gcc dot gnu.org> 2011-10-16 23:28:48 UTC --- (In reply to comment #1) Ah. One liner -#define DRIVER_SELF_SPECS "%{m2a:%{ml:%eSH2a does not support little-endian}}" +#define DRIVER_SELF_SPECS "%{m2a*:%{ml:%eSH2a does not support little-endian}}" should work.