aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-07 12:59:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-07 12:59:33 +0300
commitcb49f6a8e05b4aeedc55ce25741c38e0bec2ff98 (patch)
tree22cd61f2d65d7c9befed1a14d286b6a72e125bc7 /README.md
parentfix a stupid typo (diff)
downloadsetup-gcc-cb49f6a8e05b4aeedc55ce25741c38e0bec2ff98.tar.gz
setup-gcc-cb49f6a8e05b4aeedc55ce25741c38e0bec2ff98.zip
setting up cc is optional now
The better version of Link-Exe routine have been copied from setup-clang.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b18e303..882b4be 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,9 @@ Use it in your workflow like this:
Use `x86` if you want to build 32-bit binaries.
* Set the `cygwin` parameter to `1` to set up GCC inside an existing Cygwin
installation (you can set up Cygwin itself using my action [setup-cygwin]).
+* `cc` and `c++` executables are set up, pointing to the `gcc` and `g++`
+executables.
+Disable this by setting the `cc` parameter to `0`.
[setup-cygwin]: https://github.com/egor-tensin/setup-cygwin
@@ -33,6 +36,8 @@ API
| | *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++`.
License
-------