]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: use gccgo as bootstrap compiler
authorDave Cheney <dave@cheney.net>
Mon, 13 Apr 2015 11:50:47 +0000 (21:50 +1000)
committerDave Cheney <dave@cheney.net>
Mon, 13 Apr 2015 19:10:16 +0000 (19:10 +0000)
commit67805eaa950c5318bfe02943cc175da6729919a9
tree771ca7db606e1a281a7df8f6fa8a1c8e781d27ea
parent8543cc56354c6b523ad7f43a06b8ffad0a539ebd
cmd/dist: use gccgo as bootstrap compiler

Fixes #10092

This change makes it possible to use gccgo 5 as the GOROOT_BOOTSTRAP
compiler.

Change-Id: Ie3a312781ac1a09ea77f95b5a78c9488d437e0aa
Reviewed-on: https://go-review.googlesource.com/8809
Run-TryBot: Dave Cheney <dave@cheney.net>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/cpuid_amd64.s
src/cmd/dist/cpuid_default.s
src/cmd/dist/util.go
src/cmd/dist/util_gc.go [new file with mode: 0644]
src/cmd/dist/util_gccgo.go [new file with mode: 0644]