From b34e006872e0c6c6f851ca36eda46d01e3ca0e6b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 18 Jun 2002 01:10:28 +0000 Subject: Patch from Martin Proulx to support the i960 architecture. --- libc/sysdeps/linux/i960/bits/endian.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libc/sysdeps/linux/i960/bits/endian.h (limited to 'libc/sysdeps/linux/i960/bits/endian.h') diff --git a/libc/sysdeps/linux/i960/bits/endian.h b/libc/sysdeps/linux/i960/bits/endian.h new file mode 100644 index 000000000..e2b13161c --- /dev/null +++ b/libc/sysdeps/linux/i960/bits/endian.h @@ -0,0 +1,15 @@ +/* This file should define __BYTE_ORDER as appropriate for the machine + in question. See string/endian.h for how to define it. + + If only the stub bits/endian.h applies to a particular configuration, + bytesex.h is generated by running a program on the host machine. + So if cross-compiling to a machine with a different byte order, + the bits/endian.h file for that machine must exist. */ + +#ifndef _ENDIAN_H +# error "Never use directly; include instead." +#endif + +#define __BYTE_ORDER __LITTLE_ENDIAN + + -- cgit v1.2.3