]> Cypherpunks.ru repositories - gostls13.git/commitdiff
[dev.cc] cmd/go: disable verifyCompiler
authorRuss Cox <rsc@golang.org>
Fri, 20 Feb 2015 00:47:13 +0000 (19:47 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 20 Feb 2015 15:26:21 +0000 (15:26 +0000)
The merge brought in new C sources without Go updates.

Change-Id: Iad08b58f894173a7b34396275b72db34f3031fe3
Reviewed-on: https://go-review.googlesource.com/5352
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/build.go

index db1c93b8ac9826e03b30ba94013ad48023c0dd44..aebbc3e39a84d90e4f0efab9410da7a7e56dc1d9 100644 (file)
@@ -1630,7 +1630,7 @@ func (gcToolchain) linker() string {
 // verifyCompiler specifies whether to check the compilers written in Go
 // against the assemblers written in C. If set, asm will run both (say) 6g and new6g
 // and fail if the two produce different output files.
-const verifyCompiler = true
+const verifyCompiler = false
 
 func (gcToolchain) gc(b *builder, p *Package, archive, obj string, asmhdr bool, importArgs []string, gofiles []string) (ofile string, output []byte, err error) {
        if archive != "" {