2000-12-04 Joel Sherrill <joel@OARcorp.com>
* libc/include/ieeefp.h: Added entries for OpenCores CPUs.
This commit is contained in:
parent
9e5dd5ea3d
commit
768abc9c15
|
@ -1,3 +1,7 @@
|
||||||
|
2000-12-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* libc/include/ieeefp.h: Added entries for OpenCores CPUs.
|
||||||
|
|
||||||
2000-12-04 Joel Sherrill <joel@OARcorp.com>
|
2000-12-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* configure.host (or16, or32): New entries for OpenCores
|
* configure.host (or16, or32): New entries for OpenCores
|
||||||
|
|
|
@ -158,6 +158,11 @@
|
||||||
#define _DOUBLE_IS_32BITS
|
#define _DOUBLE_IS_32BITS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__or32__) || defined(__or1k__) || defined(__or16__)
|
||||||
|
#define __IEEE_BIG_ENDIAN
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef __IEEE_BIG_ENDIAN
|
#ifndef __IEEE_BIG_ENDIAN
|
||||||
#ifndef __IEEE_LITTLE_ENDIAN
|
#ifndef __IEEE_LITTLE_ENDIAN
|
||||||
#error Endianess not declared!!
|
#error Endianess not declared!!
|
||||||
|
|
Loading…
Reference in New Issue