]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.cc] cmd/go: reenable verifyCompiler
authorRuss Cox <rsc@golang.org>
Fri, 20 Feb 2015 18:55:50 +0000 (13:55 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 21 Feb 2015 14:03:14 +0000 (14:03 +0000)
Change-Id: Ic7367f2c6e6d4e6b802ce8436022412a1862ca58
Reviewed-on: https://go-review.googlesource.com/5472
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/go/build.go

index aebbc3e39a84d90e4f0efab9410da7a7e56dc1d9..db1c93b8ac9826e03b30ba94013ad48023c0dd44 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 = false
+const verifyCompiler = true
 
 func (gcToolchain) gc(b *builder, p *Package, archive, obj string, asmhdr bool, importArgs []string, gofiles []string) (ofile string, output []byte, err error) {
        if archive != "" {