From: Andreas Jaeger Date: Thu, 4 Apr 2002 08:53:30 +0000 (+0000) Subject: Remove, the archs are not supported anymore. X-Git-Tag: glibc-2.16-ports-before-merge~1724 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4007d1f0ad6380f934f6a07aabbc718ab63ff32;p=thirdparty%2Fglibc.git Remove, the archs are not supported anymore. --- diff --git a/sysdeps/mips/dec/bits/endian.h b/sysdeps/mips/dec/bits/endian.h deleted file mode 100644 index 0bdb378944a..00000000000 --- a/sysdeps/mips/dec/bits/endian.h +++ /dev/null @@ -1,8 +0,0 @@ -/* The MIPS architecture has selectable endianness. - The DECstation uses little-endian mode. */ - -#ifndef _ENDIAN_H -# error "Never use directly; include instead." -#endif - -#define __BYTE_ORDER __LITTLE_ENDIAN diff --git a/sysdeps/mips/p40/bits/endian.h b/sysdeps/mips/p40/bits/endian.h deleted file mode 100644 index f6cdde2cb33..00000000000 --- a/sysdeps/mips/p40/bits/endian.h +++ /dev/null @@ -1,8 +0,0 @@ -/* The MIPS has selectable endianness. - The Japanese homebrew P40 architecture uses big-endian mode. */ - -#ifndef _ENDIAN_H -# error "Never use directly; include instead." -#endif - -#define __BYTE_ORDER __BIG_ENDIAN