diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-07 13:19:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-07 13:33:00 +0300 |
commit | bccca58731cba4be574a3106820dad9b540da858 (patch) | |
tree | c6a273b537c7d6ff50a948cdb87fbd6424c3addf /README.md | |
parent | setting up cc is optional now (diff) | |
download | setup-gcc-bccca58731cba4be574a3106820dad9b540da858.tar.gz setup-gcc-bccca58731cba4be574a3106820dad9b540da858.zip |
Cygwin: option to convert symlinks to hardlinks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -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 ------- |