aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-03-17 09:05:23 +0000
committerRon Yorston <rmy@pobox.com>2021-03-17 09:05:23 +0000
commitddb2ca1939bb8f51eacc9ec913c46f2e29b2e4d6 (patch)
treecba8ce84769107b4b4156e60934bb12976c8df70
parent03115cc5f17f45cfeaee22197bc6b9fff003d692 (diff)
downloadbusybox-w32-ddb2ca1939bb8f51eacc9ec913c46f2e29b2e4d6.tar.gz
busybox-w32-ddb2ca1939bb8f51eacc9ec913c46f2e29b2e4d6.tar.bz2
busybox-w32-ddb2ca1939bb8f51eacc9ec913c46f2e29b2e4d6.zip
Update README.md
Suggest not "cross compiling" on Windows.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.
20 20
21On 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. 21On 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.
22 22
23Then just `make`. 23Then just `make` or `make CROSS_COMPILE=""` on Windows.
24 24
25### Limitations 25### Limitations
26 26