commit | 3f713ddb2a9a2a736f3a12d71c56cb7fd444afba | [log] [tgz] |
---|---|---|
author | James Cowgill <James.Cowgill@imgtec.com> | Mon Jun 19 17:43:42 2017 +0100 |
committer | Ian Lance Taylor <iant@golang.org> | Wed Jun 21 21:53:39 2017 +0000 |
tree | ffd0efbb247f37a35f9e4bb1c52aea28b7100622 | |
parent | 5a97e51022e3b7798f985714ced3e02d6e730b54 [diff] |
libgo: use gc's arch names as the default GOARCHs on MIPS This means that the gc tools and gofrontend agree on the architecture names for the 3 MIPS ABIs which should allow a gofrontend compiler to build go. Change-Id: I68e8249af7e4b3f19809ad03509a884e25d2422f Reviewed-on: https://go-review.googlesource.com/46153 Reviewed-by: Ian Lance Taylor <iant@golang.org>