diff options
-rw-r--r-- | gnu/egcs/gcc/config/mips/openbsd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/mips/openbsd.h b/gnu/egcs/gcc/config/mips/openbsd.h index 50726e52602..be676a9a78c 100644 --- a/gnu/egcs/gcc/config/mips/openbsd.h +++ b/gnu/egcs/gcc/config/mips/openbsd.h @@ -36,7 +36,9 @@ Boston, MA 02111-1307, USA. */ it as it is until we have some kind of profiling working. */ #define LIB_SPEC OBSD_LIB_SPEC -/* We are little endian by default, unless an includer thinks otherwise. */ +/* We are little endian by default, unless an includer thinks otherwise. + This is important to set as mips/mips.h defaults to big unless DECSTATION + is defined. */ #ifndef TARGET_ENDIAN_DEFAULT #define TARGET_ENDIAN_DEFAULT 0 #endif |