mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-20 18:35:51 +00:00
ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.
2002-04-29 Gerhard Tonn <GerhardTonn@swol.de> * java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390. From-SVN: r52874
This commit is contained in:
committed by
Bryce McKinlay
parent
22bcf65c52
commit
f736fd67c0
@@ -126,6 +126,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __s390__
|
||||
#define __IEEE_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifndef __IEEE_BIG_ENDIAN
|
||||
#ifndef __IEEE_LITTLE_ENDIAN
|
||||
#error Endianess not declared!!
|
||||
|
||||
Reference in New Issue
Block a user