]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgo: update README.gcc
authorIan Lance Taylor <iant@golang.org>
Tue, 22 Feb 2022 23:04:06 +0000 (15:04 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 22 Feb 2022 23:34:46 +0000 (15:34 -0800)
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/387514

gcc/go/gofrontend/MERGE
libgo/README.gcc

index 7455d01c1799d56a9f755414d90ee15f2a47073d..424bbebfeeda485f8f8d2114d86e7fef29974418 100644 (file)
@@ -1,4 +1,4 @@
-aee8eddbfc3ef1b03353a060e79e7d668fb229e2
+45fd14ab8baf5e86012a808426f8ef52c1d77943
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index d5aabb0f9c2284bd482fce9102350d07d44374e3..3c56ec7be1740bd4eda90693cdab059f0babc79c 100644 (file)
@@ -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.