mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 17:35:54 +00:00
Rather than having to specify or omit -DBYTESWAP in the Makefile fragment for each system we can detect whether the system requires byte swapping based on the __BYTE_ORDER__ C preprocessor definition. Update CMakeLists.txt to account for this as well.
FILES USED IN THIS DIRECTORY config.guess config.sub taken from GNU project's "config" directory, on prep.ai.mit.edu/pub/gnu/config. Update 'em as needed.