<endian.h> definitions for CRIS.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 00:20:57 +0000 (00:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 00:20:57 +0000 (00:20 +0000)
sysdeps/cris/bits/endian.h [new file with mode: 0644]

diff --git a/sysdeps/cris/bits/endian.h b/sysdeps/cris/bits/endian.h
new file mode 100644 (file)
index 0000000..034307e
--- /dev/null
@@ -0,0 +1,7 @@
+/* CRIS is little-endian.  */
+
+#ifndef _ENDIAN_H
+# error "Never use <bits/endian.h> directly; include <endian.h> instead."
+#endif
+
+#define __BYTE_ORDER __LITTLE_ENDIAN