<endian.h> definitions for CRIS.

This commit is contained in:
Ulrich Drepper 2001-04-10 00:20:57 +00:00
parent 83f091042e
commit 469020c10b

View file

@ -0,0 +1,7 @@
/* CRIS is little-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN