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/i386/bits/endian.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 sysdeps/i386/bits/endian.h (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/bits/endian.h b/sysdeps/i386/bits/endian.h deleted file mode 100644 index 54bd9d14bb..0000000000 --- a/sysdeps/i386/bits/endian.h +++ /dev/null @@ -1,7 +0,0 @@ -/* i386 is little-endian. */ - -#ifndef _ENDIAN_H -# error "Never use directly; include instead." -#endif - -#define __BYTE_ORDER __LITTLE_ENDIAN -- cgit v1.2.3