]> git.ipfire.org Git - thirdparty/glibc.git/blame - bits/endian.h
Add crt1-2.0.o for glibc 2.0 compatibility tests
[thirdparty/glibc.git] / bits / endian.h
CommitLineData
28f540f4
RM
1/* This file should define __BYTE_ORDER as appropriate for the machine
2 in question. See string/endian.h for how to define it.
3
5107cf1d 4 If only the stub bits/endian.h applies to a particular configuration,
28f540f4
RM
5 bytesex.h is generated by running a program on the host machine.
6 So if cross-compiling to a machine with a different byte order,
5107cf1d 7 the bits/endian.h file for that machine must exist. */
28f540f4 8
f4017d20
UD
9#ifndef _ENDIAN_H
10# error "Never use <bits/endian.h> directly; include <endian.h> instead."
11#endif
12
28f540f4 13#error Machine byte order unknown.