mirror of git://sourceware.org/git/glibc.git
(__FLOAT_WORD_ORDER): Define to big endian.
This commit is contained in:
parent
e7782e5ed6
commit
ccdf0819b4
|
@ -1,7 +1,8 @@
|
||||||
/* ARM is little-endian. */
|
/* ARM is (usually) little-endian but with a big-endian FPU. */
|
||||||
|
|
||||||
#ifndef _ENDIAN_H
|
#ifndef _ENDIAN_H
|
||||||
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __BYTE_ORDER __LITTLE_ENDIAN
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
||||||
|
#define __FLOAT_WORD_ORDER __BIG_ENDIAN
|
||||||
|
|
Loading…
Reference in New Issue