#!/bin/sh
if [ "x$NGX_CC_NAME" = "x" ] ; then
exit 0
fi
if `${CC} -dM -E - < /dev/null | grep " __BYTE_ORDER__ " | cut -f3 -d' ' | grep -q "_BIG_"` ; then
exit 1
fi
The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines
#!/bin/sh
if [ "x$NGX_CC_NAME" = "x" ] ; then
exit 0
fi
if `${CC} -dM -E - < /dev/null | grep " __BYTE_ORDER__ " | cut -f3 -d' ' | grep -q "_BIG_"` ; then
exit 1
fi