* config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
-mlittle-endian-data.
From-SVN: r170247
+2011-02-17 Joseph Myers <joseph@codesourcery.com>
+
+ * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
+ -mlittle-endian-data.
+
2011-02-17 Joseph Myers <joseph@codesourcery.com>
* config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
%{!m32:%{!m64:%(cpp_arch_default)}} \
"
-/* Macros to distinguish endianness. */
+/* Macro to distinguish endianness. */
#define CPP_ENDIAN_SPEC "\
-%{mlittle-endian:-D__LITTLE_ENDIAN__} \
-%{mlittle-endian-data:-D__LITTLE_ENDIAN_DATA__}"
+%{mlittle-endian:-D__LITTLE_ENDIAN__}"
/* Macros to distinguish the particular subtarget. */
#define CPP_SUBTARGET_SPEC ""