diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-02-22 15:04:06 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-02-22 15:34:46 -0800 |
commit | 3d54f1ffaf77f9dfa75362f2228e6bbd191bcbc8 (patch) | |
tree | 4974d9c0dd251e0894148f6ee52223750bef1fa6 /libgo | |
parent | 96ee5ce5f82f86ea78254a83037ac6f8cb9ad423 (diff) | |
download | gcc-3d54f1ffaf77f9dfa75362f2228e6bbd191bcbc8.zip gcc-3d54f1ffaf77f9dfa75362f2228e6bbd191bcbc8.tar.gz gcc-3d54f1ffaf77f9dfa75362f2228e6bbd191bcbc8.tar.bz2 |
libgo: update README.gcc
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/387514
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/README.gcc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libgo/README.gcc b/libgo/README.gcc index d5aabb0..3c56ec7 100644 --- a/libgo/README.gcc +++ b/libgo/README.gcc @@ -1,7 +1,6 @@ The files in this directory are mirrored from the gofrontend project -hosted at http://code.google.com/p/gofrontend. These files are the +hosted at https://go.googlesource.com/gofrontend/ and mirrored at +https://github.com/golang/gofrontend. These files are the ones in the libgo subdirectory of that project. -By default, the networking tests are not run. In order to run all the -libgo tests, you need to define the environment variable -GCCGO_RUN_ALL_TESTS to a non-empty string. +To change these files, see https://go.dev/doc/gccgo_contribute. |