diff options
| author | Christian Andersen <csandersen3@gmail.com> | 2024-04-09 21:44:41 +0200 |
|---|---|---|
| committer | Christian Andersen <csandersen3@gmail.com> | 2024-05-25 12:43:00 +0200 |
| commit | ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8 (patch) | |
| tree | 57cc3253cec12400930430f10b80aa7e4644ef13 | |
| parent | ac75aab32321a1c4f469018d9b3596fd89f5bf14 (diff) | |
| download | portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.tar.gz portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.tar.bz2 portable-ad6e77ca9fe3da77a23b6b89e9678c92663c9cc8.zip | |
Rename README.windows to README.mingw.md
Since it is mingw specific and does not really
involve other compilers.
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README.mingw.md (renamed from README.windows) | 4 | ||||
| -rw-r--r-- | m4/check-os-options.m4 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 2edef0d..3f62cd9 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -10,7 +10,7 @@ if !ENABLE_LIBTLS_ONLY | |||
| 10 | pkgconfig_DATA += libcrypto.pc libssl.pc openssl.pc | 10 | pkgconfig_DATA += libcrypto.pc libssl.pc openssl.pc |
| 11 | endif | 11 | endif |
| 12 | 12 | ||
| 13 | EXTRA_DIST = README.md README.windows VERSION config scripts | 13 | EXTRA_DIST = README.md README.mingw.md VERSION config scripts |
| 14 | EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake LibreSSLConfig.cmake.in | 14 | EXTRA_DIST += CMakeLists.txt cmake_export_symbol.cmake cmake_uninstall.cmake.in FindLibreSSL.cmake LibreSSLConfig.cmake.in |
| 15 | EXTRA_DIST += cert.pem openssl.cnf x509v3.cnf | 15 | EXTRA_DIST += cert.pem openssl.cnf x509v3.cnf |
| 16 | 16 | ||
| @@ -134,7 +134,7 @@ make | |||
| 134 | 134 | ||
| 135 | LibreSSL builds against relatively recent versions of Mingw-w64, not to be | 135 | LibreSSL builds against relatively recent versions of Mingw-w64, not to be |
| 136 | confused with the original mingw.org project. Mingw-w64 3.2 or later | 136 | confused with the original mingw.org project. Mingw-w64 3.2 or later |
| 137 | should work. See README.windows for more information | 137 | should work. See README.mingw.md for more information. |
| 138 | 138 | ||
| 139 | #### Windows - Visual Studio | 139 | #### Windows - Visual Studio |
| 140 | 140 | ||
diff --git a/README.windows b/README.mingw.md index 2d342fa..7c567bc 100644 --- a/README.windows +++ b/README.mingw.md | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Building | 1 | ## Building with mingw-w64 for 32- and 64-bit |
| 2 | 2 | ||
| 3 | For Windows systems, LibreSSL supports the mingw-w64 toolchain, which can use | 3 | For Windows systems, LibreSSL supports the mingw-w64 toolchain, which can use |
| 4 | GCC or Clang as the compiler. Contrary to its name, mingw-w64 supports both | 4 | GCC or Clang as the compiler. Contrary to its name, mingw-w64 supports both |
| @@ -23,7 +23,7 @@ For 64-bit builds, use these instead: | |||
| 23 | make | 23 | make |
| 24 | make check | 24 | make check |
| 25 | 25 | ||
| 26 | # Why the -D__MINGW_USE_VC2005_COMPAT flag on 32-bit systems? | 26 | ### Why the -D__MINGW_USE_VC2005_COMPAT flag on 32-bit systems? |
| 27 | 27 | ||
| 28 | An ABI change introduced with Microsoft Visual C++ 2005 (also known as | 28 | An ABI change introduced with Microsoft Visual C++ 2005 (also known as |
| 29 | Visual C++ 8.0) switched time_t from 32-bit to 64-bit. It is important to | 29 | Visual C++ 8.0) switched time_t from 32-bit to 64-bit. It is important to |
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 77edd14..3775b79 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
| @@ -145,7 +145,7 @@ if test "$ac_cv_sizeof_time_t" = "4"; then | |||
| 145 | if test "$host_os" = "mingw32" ; then | 145 | if test "$host_os" = "mingw32" ; then |
| 146 | echo " **" | 146 | echo " **" |
| 147 | echo " ** You can solve this by adjusting the build flags in your" | 147 | echo " ** You can solve this by adjusting the build flags in your" |
| 148 | echo " ** mingw-w64 toolchain. Refer to README.windows for details." | 148 | echo " ** mingw-w64 toolchain. Refer to README.mingw.md for details." |
| 149 | fi | 149 | fi |
| 150 | fi | 150 | fi |
| 151 | 151 | ||
