Contents|Index|Previous|Next
Predefined preprocessor macros for MIPS
gcc defines the following preprocessor macros for the IDT/MIPS configurations:
Any MIPS architecture:
__mips__
MIPS architecture with big-endian numeric representation:
__MIPSEB__
MIPS architecture with little-endian numeric representation:
__MIPSEL__