r249555 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Thu Jun 22 14:23:00 GMT 2017
Author: ian
Date: Thu Jun 22 14:23:54 2017
New Revision: 249555
URL: https://gcc.gnu.org/viewcvs?rev=249555&root=gcc&view=rev
Log:
runtime: build testprogcgo with -pthread
Building this test with gccgo requires an explicit -pthread option to
be passed to the C compiler, so that it links against -lpthread.
This test is not built today, but it will be soon with a future patch.
Reviewed-on: https://go-review.googlesource.com/46451
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/go/runtime/testdata/testprogcgo/callback.go
More information about the Gcc-cvs
mailing list