aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-07 13:19:35 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-07 13:33:00 +0300
commitbccca58731cba4be574a3106820dad9b540da858 (patch)
treec6a273b537c7d6ff50a948cdb87fbd6424c3addf /README.md
parentsetting up cc is optional now (diff)
downloadsetup-gcc-bccca58731cba4be574a3106820dad9b540da858.tar.gz
setup-gcc-bccca58731cba4be574a3106820dad9b540da858.zip
Cygwin: option to convert symlinks to hardlinks
Diffstat (limited to '')
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 882b4be..8cb7796 100644
--- a/README.md
+++ b/README.md
@@ -30,14 +30,16 @@ Disable this by setting the `cc` parameter to `0`.
API
---
-| Input | Value | Default | Description
-| -------- | ------- | ------- | -----------
-| platform | x64 | Yes | Install the x86_64 toolchain.
-| | *Other* | No | Install the i686 toolchain.
-| cygwin | 1 | No | Install Cygwin packages.
-| | *Other* | Yes | Install native binaries.
-| cc | 1 | Yes | Set up `cc`/`c++` executables.
-| | *Other* | No | Don't set up `cc`/`c++`.
+| Input | Value | Default | Description
+| --------- | ------- | ------- | -----------
+| platform | x64 | Yes | Install the x86_64 toolchain.
+| | *Other* | No | Install the i686 toolchain.
+| cygwin | 1 | No | Install Cygwin packages.
+| | *Other* | Yes | Install native binaries.
+| cc | 1 | Yes | Set up `cc`/`c++` executables.
+| | *Other* | No | Don't set up `cc`/`c++`.
+| hardlinks | *Other* | Yes | Cygwin: don't convert any symlinks.
+| | 1 | No | Cygwin: convert symlinks in /usr/bin to hardlinks.
License
-------