summaryrefslogtreecommitdiff
path: root/sysdeps/stub/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/bits/endian.h')
-rw-r--r--sysdeps/stub/bits/endian.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/stub/bits/endian.h b/sysdeps/stub/bits/endian.h
new file mode 100644
index 0000000000..597f079a0f
--- /dev/null
+++ b/sysdeps/stub/bits/endian.h
@@ -0,0 +1,9 @@
+/* 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. */
+
+#error Machine byte order unknown.