blob: 238a082badaa0bc9dc74f6b260e4275a8580907f (
plain)
1
2
3
4
5
6
7
8
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 bytesex.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 bytesex.h file for that machine must exist. */
#error Machine byte order unknown.
|