You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I misunderstand something, but why on a Big-endian system I get NATIVEENDIAN='LittleEndian' in configure status?
Autoconf correctly determines the endianness and sets it here:
The default for action-if-true is to define ‘WORDS_BIGENDIAN’. The default for action-if-false is to do nothing. The default for action-if-unknown is to abort configure and tell the installer how to bypass this test. And finally, the default for action-if-universal is to ensure that ‘WORDS_BIGENDIAN’ is defined if and only if a universal build is detected and the current code is big-endian; this default works only if autoheader is used.
If you use this macro without specifying action-if-universal, you should also use AC_CONFIG_HEADERS; otherwise ‘WORDS_BIGENDIAN’ may be set incorrectly for Mac OS X universal binary files.
anyhow this check will go away with bitstring unbundling
Maybe I misunderstand something, but why on a Big-endian system I get
NATIVEENDIAN='LittleEndian'
in configure status?Autoconf correctly determines the endianness and sets it here:
Yet, further down I see:
The text was updated successfully, but these errors were encountered: