diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-27 23:54:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-27 23:54:46 +0000 |
commit | 1815fdeab41b5dab9d6ab70824aef3a4c2574bdb (patch) | |
tree | 2ade0065b704c8ee1d8574d89eea42f06ce0f386 /newlib/libc/include/machine/ieeefp.h | |
parent | 3a267038039b75580454dca90aac591363e98c31 (diff) | |
download | cygnal-1815fdeab41b5dab9d6ab70824aef3a4c2574bdb.tar.gz cygnal-1815fdeab41b5dab9d6ab70824aef3a4c2574bdb.tar.bz2 cygnal-1815fdeab41b5dab9d6ab70824aef3a4c2574bdb.zip |
2005-01-27 Hans-Peter Nilsson <hp@axis.com>
* configure.host: Add support for cris-*-* and crisv32-*-*.
* libc/include/machine/ieeefp.h: Ditto.
* libc/include/machine/setjmp.h: Ditto.
* libc/machine/cris/configure.in, libc/machine/cris/Makefile.am,
libc/machine/cris/libcdtor.c, libc/machine/cris/setjmp.c,
libc/machine/cris/memmove.c, libc/machine/cris/memcpy.c,
libc/machine/cris/memset.c, libc/machine/cris/include/pthread.h,
libc/machine/cris/sys/signal.h, libc/machine/cris/sys/fcntl.h,
libc/machine/cris/sys/errno.h, libc/machine/cris/aclocal.m4,
libc/machine/cris/configure, libc/machine/cris/Makefile.in: New
files.
Diffstat (limited to 'newlib/libc/include/machine/ieeefp.h')
-rw-r--r-- | newlib/libc/include/machine/ieeefp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/machine/ieeefp.h b/newlib/libc/include/machine/ieeefp.h index 37b8c7496..1377e5af5 100644 --- a/newlib/libc/include/machine/ieeefp.h +++ b/newlib/libc/include/machine/ieeefp.h @@ -265,6 +265,10 @@ #endif /* __ARMEL__ */ #endif /* __MAVERICK__ */ +#ifdef __CRIS__ +#define __IEEE_LITTLE_ENDIAN +#endif + #ifndef __IEEE_BIG_ENDIAN #ifndef __IEEE_LITTLE_ENDIAN #error Endianess not declared!! |