From ddb2ca1939bb8f51eacc9ec913c46f2e29b2e4d6 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 17 Mar 2021 09:05:23 +0000 Subject: Update README.md Suggest not "cross compiling" on Windows. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843dbf9cb..035d1f411 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Run `mingw64.exe` or `mingw32.exe` from the installation directory. On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw32_defconfig` will pick up the default configuration. You can then customize your build with `make menuconfig` (Linux only) or by editing `.config`, if you know what you're doing. -Then just `make`. +Then just `make` or `make CROSS_COMPILE=""` on Windows. ### Limitations -- cgit v1.2.3-55-g6feb