search for: lsb_first

Displaying 1 result from an estimated 1 matches for "lsb_first".

Did you mean: msb_first
2007 Dec 12
0
[LLVMdev] RFC: configure.ac
...the target -AC_C_BIGENDIAN([AC_SUBST([ENDIAN],[big]), +AC_C_BIGENDIAN([AC_SUBST(ENDIAN,[big]), AC_DEFINE([MSB_FIRST], [1], [Define if this target is big endian])], - [AC_SUBST([ENDIAN],[little]), + [AC_SUBST(ENDIAN,[little]), AC_DEFINE([LSB_FIRST], [1], [Define if this target is little endian])]) dnl Check for build platform executable suffix if we're crosscompiling