]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgo/configure
go/build: Set GOARCH on arm64 systems.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 6 Jan 2014 19:24:23 +0000 (19:24 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 6 Jan 2014 19:24:23 +0000 (19:24 +0000)
commit71d0d50aa3b292a1137dc2e7ed468aff24efdb83
tree23b882305679e1e26e46b19513733540100b19e7
parent96066ce19be4b8187ac2c1a45a55986bf2655697
go/build: Set GOARCH on arm64 systems.

I am reliably informed that the architecture name and letter for the
plan9/inferno compilers for 64-bit ARM systems will be "arm64" and "7"
respectively, so let's get that bit in nice and early.

From Michael Hudson-Doyle.
https://codereview.appspot.com/34830045/

From-SVN: r206374
libgo/configure
libgo/configure.ac
libgo/go/go/build/build.go
libgo/go/go/build/deps_test.go
libgo/go/go/build/syslist.go
libgo/go/runtime/extern.go