Improve mingw cross instructions.

This commit is contained in:
Stephen Williams 2019-03-24 10:42:36 -07:00
parent a518d594d2
commit cc921de717
1 changed files with 3 additions and 3 deletions

View File

@ -18,10 +18,10 @@ et. al. are in your path.
Next, compile with the command: Next, compile with the command:
$ make HOSTCC=cc HOSTCFLAGS=-O $ make
The configure generated the cross compiler flags, but there are a few The configure generated the cross compiler flags, but there are a few
bits that need to be compiled with the native compiler. (version.exe bits that need to be compiled with the native compiler. (version.exe
for example is used by the build process but is not installed.) The for example is used by the build process but is not installed.) The
MOSTCC= flag on the make command line makes sure the Makefile knows configure script should have gotten all that right.
about the native tool.