Skip to content

Commit 9794660

Browse files
justinsbmattn
authored andcommitted
docs: clarify GCP section
GCP (at least Google Compute Engine) is a VM, and does not have restrictions relating to gcc. Also it appears that this whole section refers to general compiling, rather than compiling on GCP.
1 parent b9f4d8c commit 9794660

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This package follows the official [Golang Release Policy](https://golang.org/doc
3535
- [Android](#android)
3636
- [ARM](#arm)
3737
- [Cross Compile](#cross-compile)
38-
- [Google Cloud Platform](#google-cloud-platform)
38+
- [Compiling](#compiling)
3939
- [Linux](#linux)
4040
- [Alpine](#alpine)
4141
- [Fedora](#fedora)
@@ -227,11 +227,7 @@ Steps:
227227

228228
Please refer to the project's [README](https://github.com/FiloSottile/homebrew-musl-cross#readme) for further information.
229229

230-
# Google Cloud Platform
231-
232-
Building on GCP is not possible because Google Cloud Platform does not allow `gcc` to be executed.
233-
234-
Please work only with compiled final binaries.
230+
# Compiling
235231

236232
## Linux
237233

0 commit comments

Comments
 (0)