Quote Originally Posted by !gm View Post
ok, I added our target-architecture to the byte order-check in the configure script. (I know we are citizens of Lilliput )
Too complicated. Just give a hint to ./configure script:
Code:
...
CONFIGURE_VARS += \
        LITTLEENDIAN=1
...