From f726f0bb75f930c46bbd3b2ce81c29fa28c6292b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 30 May 2012 14:50:32 -0700 Subject: Use the same bits/endian.h for i386/x86_64 --- sysdeps/x86/bits/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sysdeps/x86/bits/endian.h (limited to 'sysdeps/x86') diff --git a/sysdeps/x86/bits/endian.h b/sysdeps/x86/bits/endian.h new file mode 100644 index 0000000000..5a56c726f7 --- /dev/null +++ b/sysdeps/x86/bits/endian.h @@ -0,0 +1,7 @@ +/* i386/x86_64 are little-endian. */ + +#ifndef _ENDIAN_H +# error "Never use directly; include instead." +#endif + +#define __BYTE_ORDER __LITTLE_ENDIAN -- cgit 1.4.1