This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249555 - in /trunk: gcc/go/gofrontend/MERGE li...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 22 Jun 2017 14:23:54 -0000
- Subject: r249555 - in /trunk: gcc/go/gofrontend/MERGE li...
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