Hi, the big/little-endian test relies on building an executable. Which does not work if cross-compiling.
Maybe a test if
#include <sys/endian.h>
int main()
{
return 0;
}
compiles is better or as fallback solution ?
--
42Bastian
+
| http://www.sciopta.com
| Fastest direct message passing kernel.
| IEC61508 certified.
+
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html
