diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-29 15:14:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-29 15:14:05 +0000 |
commit | 1a7ad6ad6683c2254bdf705697a56d578e72e5c7 (patch) | |
tree | 5526a10bcbb3d009f90059a525a17fbe43fc95e4 /gcc | |
parent | 14836f38b4a0f631f0dd00cdd2bb82c6d1cb8330 (diff) | |
download | gcc-1a7ad6ad6683c2254bdf705697a56d578e72e5c7.zip gcc-1a7ad6ad6683c2254bdf705697a56d578e72e5c7.tar.gz gcc-1a7ad6ad6683c2254bdf705697a56d578e72e5c7.tar.bz2 |
cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgo
The tests are misc/cgo tests that are not currently run but will be
run soon.
Reviewed-on: https://go-review.googlesource.com/47037
From-SVN: r249794
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index b52320b..fb28b1a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -66d14d95a5a453682fe387319c80bc4fc40d96ad +8c4d6fd19f6d5dc9b41be384c60507f2236f05ec The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |