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