Add minimal ia64 support.

* libc/include/machine/ieeefp.h: Add ia64 support.
	* configure.host: Likewise.
This commit is contained in:
Jim Wilson
2000-05-11 02:28:06 +00:00
parent f35ceefaf0
commit ec463fc7a3
3 changed files with 14 additions and 1 deletions

View File

@ -144,7 +144,13 @@
#define __IEEE_BIG_ENDIAN
#endif
#ifdef __ia64__
#ifdef __BIG_ENDIAN__
#define __IEEE_BIG_ENDIAN
#else
#define __IEEE_LITTLE_ENDIAN
#endif
#endif
#ifndef __IEEE_BIG_ENDIAN
#ifndef __IEEE_LITTLE_ENDIAN