diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-07 12:59:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-07 12:59:33 +0300 |
commit | cb49f6a8e05b4aeedc55ce25741c38e0bec2ff98 (patch) | |
tree | 22cd61f2d65d7c9befed1a14d286b6a72e125bc7 /README.md | |
parent | fix a stupid typo (diff) | |
download | setup-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ------- |