Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75585 | Differences between
and this patch

Collapse All | Expand All

(-)libc/sysdeps/linux/arm/bits/endian.h.orig (-1 / +5 lines)
Lines 9-12 Link Here
9
#else
9
#else
10
#define __BYTE_ORDER __LITTLE_ENDIAN
10
#define __BYTE_ORDER __LITTLE_ENDIAN
11
#endif
11
#endif
12
#define __FLOAT_WORD_ORDER __BIG_ENDIAN
12
#ifdef __VFP_FP__
13
# define __FLOAT_WORD_ORDER __BYTE_ORDER
14
#else
15
# define __FLOAT_WORD_ORDER __BIG_ENDIAN
16
#endif

Return to bug 75585