diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-16 00:19:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-16 00:19:03 +0000 |
commit | 4d879eb3a0380d04c84ad6410afe01c0fe5f060d (patch) | |
tree | 944cfc8cb1427dffcc8af1347bc3539157c048a3 /gnu/egcs | |
parent | 0b621a3dd15be86ddb02e6fb771768cf72520733 (diff) |
Comment typo
Diffstat (limited to 'gnu/egcs')
-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 |