Improve mingw cross instructions.
This commit is contained in:
parent
a518d594d2
commit
cc921de717
|
|
@ -18,10 +18,10 @@ et. al. are in your path.
|
|||
|
||||
Next, compile with the command:
|
||||
|
||||
$ make HOSTCC=cc HOSTCFLAGS=-O
|
||||
$ make
|
||||
|
||||
The configure generated the cross compiler flags, but there are a few
|
||||
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
|
||||
MOSTCC= flag on the make command line makes sure the Makefile knows
|
||||
about the native tool.
|
||||
configure script should have gotten all that right.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue