aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-07 00:33:55 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-11 16:35:48 -0500
commit6f7ad9c6d6ec25f34719b645f18fffbaba324e83 (patch)
tree4c77bbaa56da03278ef20cb7f62485069a9b6051
parent52582562d8bc8ee5b9fd48a8a5461e28125ffa98 (diff)
downloadportable-6f7ad9c6d6ec25f34719b645f18fffbaba324e83.tar.gz
portable-6f7ad9c6d6ec25f34719b645f18fffbaba324e83.tar.bz2
portable-6f7ad9c6d6ec25f34719b645f18fffbaba324e83.zip
update messages about Cygwin support
-rw-r--r--README.windows5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.windows b/README.windows
index 22679cb..27c2182 100644
--- a/README.windows
+++ b/README.windows
@@ -6,9 +6,8 @@ GCC or Clang as the compiler. Contrary to its name, mingw-w64 supports both
6then LibreSSL should integrate very nicely. Old versions of the mingw-w64 6then LibreSSL should integrate very nicely. Old versions of the mingw-w64
7toolchain, such as the one packaged with Ubuntu 12.04, may have trouble 7toolchain, such as the one packaged with Ubuntu 12.04, may have trouble
8building LibreSSL. Please try it with a recent toolchain if you encounter 8building LibreSSL. Please try it with a recent toolchain if you encounter
9troubles. If you are building under Cygwin, only builds with the mingw-w64 9troubles. Cygwin provides an easy method of installing the latest mingw-w64
10compiler are supported, though you can easily use Cygwin to drive the build 10cross compilers on Windows.
11process.
12 11
13To configure and build LibreSSL for a 32-bit system, use the following 12To configure and build LibreSSL for a 32-bit system, use the following
14build steps: 13build steps: