diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-14 13:56:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-14 13:56:04 +0000 |
commit | 1279f21fc520cc8c91ef4dd3a8938b7aa256d799 (patch) | |
tree | 57115a7915e8d1273fd8cd145fdd7b7a7422b2b9 /gcc/go | |
parent | 8ba20d7eb85ac1703d97c9a6660f055788a7a7a6 (diff) | |
download | gcc-1279f21fc520cc8c91ef4dd3a8938b7aa256d799.zip gcc-1279f21fc520cc8c91ef4dd3a8938b7aa256d799.tar.gz gcc-1279f21fc520cc8c91ef4dd3a8938b7aa256d799.tar.bz2 |
cmd/go: gccgo: consistent results, fix vendoring
Pass the -fdebug-prefix-map and -gno-record-gcc-switches compiler
options to gccgo to generate consistent results.
Fix the vendoring code to look for /vendor/, not just /vendor, to
avoid being confused by something like vendor/vendor.org.
Tested by the cmd/go tests in a followup CL.
Reviewed-on: https://go-review.googlesource.com/45695
From-SVN: r249198
Diffstat (limited to 'gcc/go')
-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 0c1a5cf..f1055bc 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -6b08348d905bf84a91b8d693ee01b30e8bf18ccf +bc785455a35bfa7d4b0a66781c7c3ef08a24a845 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |