diff options
Diffstat (limited to 'sysdeps/stub/bits/endian.h')
-rw-r--r-- | sysdeps/stub/bits/endian.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/stub/bits/endian.h b/sysdeps/stub/bits/endian.h deleted file mode 100644 index 597f079a0f..0000000000 --- a/sysdeps/stub/bits/endian.h +++ /dev/null @@ -1,9 +0,0 @@ -/* 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. |