From 4d879eb3a0380d04c84ad6410afe01c0fe5f060d Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 16 Aug 1999 00:19:03 +0000 Subject: Comment typo --- gnu/egcs/gcc/config/mips/openbsd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3