README.cross.md:
Add instructions for cross-compiling using clang.
tools/configure_cross:
Adapt script to support a FreeBSD x86-64 target using clang.
NEWS:
Announce change to script.
The configure script for the cross compiler did not recognise MXE
targets with a '.static' suffix, e.g. --host=x86_64-w64-mingw32.static
Running the configure script with such a target resulted in an error
message, e.g. 'unknown host: x86_64-w64-mingw32.static'
See https://mxe.cc/ to find examples of valid MXE targets.
tools/configure_cross:
As above.
tools/configure_cross:
tools/configure_mingw_cross:
Rename configure_mingw_cross to configure_cross.
Support aarch64-linux-gnu as a target.
Make the script recognise a --with-cc option.
README.cross:
Rewrite instructions for building with a cross-compiler.
README.MinGW-cross:
Delete old instructions.
.nocopyright:
README.MS-Windows
README.md:
Replace references to README.MinGW-cross with README.cross.
NEWS:
Announce change.