]> gcc.gnu.org Git - gcc.git/commit
runtime: build testprogcgo with -pthread
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 22 Jun 2017 14:23:54 +0000 (14:23 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 22 Jun 2017 14:23:54 +0000 (14:23 +0000)
commit7d8c7b26c811748fc606085bf169dcd8a426eaf4
treecbbe41462f4c5e03b73912f7bb8d2e7a54e61297
parentb6d03af0b128d4a1f923f18aff52549f5fad1453
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

From-SVN: r249555
gcc/go/gofrontend/MERGE
libgo/go/runtime/testdata/testprogcgo/callback.go
This page took 0.059745 seconds and 5 git commands to generate.