From 02043cd067997b6cbb14b5106c02a3adfd2e45cb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Aug 1999 20:18:37 +0000 Subject: [PATCH] Define endianess for HPPA. --- sysdeps/hppa/bits/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sysdeps/hppa/bits/endian.h diff --git a/sysdeps/hppa/bits/endian.h b/sysdeps/hppa/bits/endian.h new file mode 100644 index 0000000..585db0c --- /dev/null +++ b/sysdeps/hppa/bits/endian.h @@ -0,0 +1,7 @@ +/* hppa1.1 big-endian. */ + +#ifndef _ENDIAN_H +# error "Never use directly; include instead." +#endif + +#define __BYTE_ORDER __BIG_ENDIAN -- 2.7.4