diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-16 00:17:20 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-16 00:17:20 +0000 |
commit | 0b621a3dd15be86ddb02e6fb771768cf72520733 (patch) | |
tree | af49f2a349031268652656dadb2d5bf5ea65cc66 /gnu | |
parent | 6620ac56f9535156febac7f6f7cbe429def27f57 (diff) |
We must tell we are little endian by default
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/config/mips/openbsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config/mips/openbsd.h b/gnu/egcs/gcc/config/mips/openbsd.h index 0d559a72dad..50726e52602 100644 --- a/gnu/egcs/gcc/config/mips/openbsd.h +++ b/gnu/egcs/gcc/config/mips/openbsd.h @@ -36,6 +36,10 @@ 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. */ +#ifndef TARGET_ENDIAN_DEFAULT +#define TARGET_ENDIAN_DEFAULT 0 +#endif #include <mips/mips.h> |