diff options
Diffstat (limited to 'contrib/gcc/config/rs6000/sysv4le.h')
-rw-r--r-- | contrib/gcc/config/rs6000/sysv4le.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/gcc/config/rs6000/sysv4le.h b/contrib/gcc/config/rs6000/sysv4le.h index 1c0daea..fda8477 100644 --- a/contrib/gcc/config/rs6000/sysv4le.h +++ b/contrib/gcc/config/rs6000/sysv4le.h @@ -23,9 +23,6 @@ Boston, MA 02111-1307, USA. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_LITTLE_ENDIAN) -#undef CPP_ENDIAN_DEFAULT_SPEC -#define CPP_ENDIAN_DEFAULT_SPEC "%(cpp_endian_little)" - #undef CC1_ENDIAN_DEFAULT_SPEC #define CC1_ENDIAN_DEFAULT_SPEC "%(cc1_endian_little)" |