From cc921de717ad0f2c72cc50fc10b75d0cc2997c6e Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sun, 24 Mar 2019 10:42:36 -0700 Subject: [PATCH] Improve mingw cross instructions. --- mingw-cross.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-cross.txt b/mingw-cross.txt index 94ad1d1fc..15a0fb5c9 100644 --- a/mingw-cross.txt +++ b/mingw-cross.txt @@ -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. +